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.5.94
Syntax
bool RemoveField(
	IUniqueSchemaUnit field
)

Parameters

field
Type: IUniqueSchemaUnit
Field to remove

Return Value

Type: Boolean
True when field exists, false otherwise.
See Also