Click or drag to resize

ISchemaFieldFavoriteRemoveField Method


Removes a field from the group.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveField(
	IUniqueSchemaUnit field
)

Parameters

field  IUniqueSchemaUnit
Field to remove

Return Value

Boolean
True when field exists, false otherwise.
See Also