IAssetElementAddAllowedAssetType Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax void AddAllowedAssetType(
IAssetSchemaBasic schema
)
Sub AddAllowedAssetType (
schema As IAssetSchemaBasic
)
void AddAllowedAssetType(
IAssetSchemaBasic^ schema
)
abstract AddAllowedAssetType :
schema : IAssetSchemaBasic -> unit
Parameters
- schema
- Type: Ingeniux.CMSIAssetSchemaBasic
New Asset Schema to add.
See Also