Click or drag to resize

IAssetElementRemoveAllowedAssetType Method


Removes an existing allowed Asset Schema type.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveAllowedAssetType(
	IAssetSchemaBasic schema
)

Parameters

schema
Type: Ingeniux.CMSIAssetSchemaBasic
Asset Schema to remove.

Return Value

Type: Boolean
True if the Asset Schema exists in current AssetTypes, false otherwise.
See Also