ISchemaFieldFavoriteRemoveField Method
|
Removes a field from the group.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveField(
IUniqueSchemaUnit field
)
Function RemoveField (
field As IUniqueSchemaUnit
) As Boolean
bool RemoveField(
IUniqueSchemaUnit^ field
)
abstract RemoveField :
field : IUniqueSchemaUnit -> bool
Parameters
- field
- Type: IUniqueSchemaUnit
Field to remove
Return Value
Type:
BooleanTrue when field exists, false otherwise.
See Also