ISchemaCommonRemoveField Method
|
Removes from the collection a
schema field at a specified index.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveField(
int index
)
Function RemoveField (
index As Integer
) As Boolean
bool RemoveField(
int index
)
abstract RemoveField :
index : int -> bool Parameters
- index Int32
- Position of the schema field to remove
Return Value
BooleanTrue if the
field exists at given position, false if the position of out of range.
See Also