Click or drag to resize

ISchemaCommonRemoveField Method


Removes from the collection a schema field at a specified index.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveField(
	int index
)

Parameters

index
Type: SystemInt32
Position of the schema field to remove

Return Value

Type: Boolean
True if the field exists at given position, false if the position of out of range.
See Also

Reference

[!:Ingeniux.CMS.ISchemaBasic.Fields]
[!:Ingeniux.CMS.ISchemaBasic.FieldsCount]
[!:Ingeniux.CMS.ISchemaBasic.Field]
[!:Ingeniux.CMS.ISchemaBasic.AddField]
[!:Ingeniux.CMS.ISchemaBasic.ClearFields]