ISchemaFieldFavoriteRemoveField Method Ingeniux CMS Content Store API

Removes a field from the group.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RemoveField(
	IUniqueSchemaUnit field
)

Parameters

field
Type: Ingeniux.CMSIUniqueSchemaUnit
Field to remove

Return Value

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

Reference