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