Click or drag to resize

ISchemaContentRemove Method (Int32)


Removes one of this content item's fields by its index number.

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

Parameters

index
Type: SystemInt32
The index of the field to remove.

Return Value

Type: Boolean
True if the removal was successful, false otherwise.
See Also