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.492
Syntax
bool HasField(
	string fieldUniqueId
)

Parameters

fieldUniqueId  String
ID of the field to look for.

Return Value

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