IAssetElementAllowedAssetTypes Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IEnumerable<IAssetSchemaBasic> AllowedAssetTypes()
Function AllowedAssetTypes As IEnumerable(Of IAssetSchemaBasic)
IEnumerable<IAssetSchemaBasic^>^ AllowedAssetTypes()
abstract AllowedAssetTypes : unit -> IEnumerable<IAssetSchemaBasic>
Return Value
Type:
IEnumerableIAssetSchemaBasicCollection of
IAssetSchemaBasic that are allowed within this asset element.
Remarks This correspondes to the "AssetTypes" attribute on the Asset Element.
See Also