ISchemaContentRemove Method (String)
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Remove(
string uniqueId
)
Function Remove (
uniqueId As String
) As Boolean
bool Remove(
String^ uniqueId
)
abstract Remove :
uniqueId : string -> bool
Parameters
- uniqueId
- Type: SystemString
[Missing <param name="uniqueId"/> documentation for "M:Ingeniux.CMS.ISchemaContent.Remove(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Ingeniux.CMS.ISchemaContent.Remove(System.String)"]
See Also