Click or drag to resize

IAssetElementAllowedAssetTypes Method


Gets the allowed Asset Schemas. An Asset Element can only refer to assets with Asset Schemas in this list.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IAssetSchemaBasic> AllowedAssetTypes()

Return Value

Type: IEnumerableIAssetSchemaBasic
Collection of IAssetSchemaBasic that are allowed within this asset element.
Remarks
This correspondes to the "AssetTypes" attribute on the Asset Element.
See Also