Click or drag to resize

ISchemaManagerRemoveAssetSchema Method


Removes an existing asset schema.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
bool RemoveAssetSchema(
	IAssetSchema schema
)

Parameters

schema
Type: Ingeniux.CMSIAssetSchema
Schema to remove

Return Value

Type: Boolean
True if the asset schema is not null and exists in collection, false otherwise.
See Also