For the sitecore item testItem
how can I make sure that this item has the field "Title
".
I am asking because I am creating some fields in an item's template programmatically. So a field should not be created again if it already exists.
Because with this code I can get if the field has some value or not.
testItem["Title"]
testItem.Fields["Title"]
Title
exists but it contains null? – Kamran.Value
will be – Liam