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.6.492
Syntax
bool RemoveAllowedAssetType(
	IAssetSchemaBasic schema
)

Parameters

schema  IAssetSchemaBasic
Asset Schema to remove.

Return Value

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