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