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