IAssetElementRemoveAllowedAssetType Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveAllowedAssetType(
IAssetSchemaBasic schema
)
Function RemoveAllowedAssetType (
schema As IAssetSchemaBasic
) As Boolean
bool RemoveAllowedAssetType(
IAssetSchemaBasic^ schema
)
abstract RemoveAllowedAssetType :
schema : IAssetSchemaBasic -> bool Parameters
- schema IAssetSchemaBasic
- Asset Schema to remove.
Return Value
BooleanTrue if the
Asset Schema exists in current AssetTypes, false otherwise.
See Also