Click or drag to resize

ISchemaContentRemove Method (String)


Removes one of this content item's fields by its unique ID.

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

Parameters

uniqueId
Type: SystemString
The ID of the field to remove.

Return Value

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