ISchemaManagerRemoveSchema Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveSchema(
ISchema schema
)
Function RemoveSchema (
schema As ISchema
) As Boolean
bool RemoveSchema(
ISchema^ schema
)
abstract RemoveSchema :
schema : ISchema -> bool
Parameters
- schema
- Type: Ingeniux.CMSISchema
Schema to remove
Return Value
Type:
BooleanTrue if the
schema is not null and exists in collection, false otherwise.
See Also