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