ICustomTabSettingAssetSchemas Property
|
Gets/sets the list of schemas for assets that are allowed to carry this custom tab on CMS UI.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax List<IAssetSchema> AssetSchemas { get; set; }
Property AssetSchemas As List(Of IAssetSchema)
Get
Set
property List<IAssetSchema^>^ AssetSchemas {
List<IAssetSchema^>^ get ();
void set (List<IAssetSchema^>^ value);
}
abstract AssetSchemas : List<IAssetSchema> with get, set
Property Value
Type:
ListIAssetSchemaSee Also