ISchemaContentRemove(String) Method
|
Removes one of this content item's
fields by its unique ID.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool Remove(
string uniqueId
)
Function Remove (
uniqueId As String
) As Boolean
bool Remove(
String^ uniqueId
)
abstract Remove :
uniqueId : string -> bool Parameters
- uniqueId String
- The ID of the field to remove.
Return Value
BooleanTrue if the removal was successful, false otherwise.
See Also