ISchemaContentRemove(Int32) Method
|
Removes one of this content item's
fields by its index number.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxFunction Remove (
index As Integer
) As Boolean
abstract Remove :
index : int -> bool Parameters
- index Int32
- The index of the field to remove.
Return Value
BooleanTrue if the removal was successful, false otherwise.
See Also