ISchemaContentHasField Method
|
Gets if a
field with the specified ID exists in this content item.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool HasField(
string fieldUniqueId
)
Function HasField (
fieldUniqueId As String
) As Boolean
bool HasField(
String^ fieldUniqueId
)
abstract HasField :
fieldUniqueId : string -> bool Parameters
- fieldUniqueId String
- ID of the field to look for.
Return Value
BooleanTrue if the field exists, false if it does not.
See Also