Click or drag to resize

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
)

Parameters

fieldUniqueId
Type: SystemString
ID of the field to look for.

Return Value

Type: Boolean
True if the field exists, false if it does not.
See Also