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