ICustomTabSettingAssets Property
|
Gets/sets the explicit list of assets that are allowed to carry this custom tab on CMS UI.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxList<IAsset> Assets { get; set; }Property Assets As List(Of IAsset)
Get
Set
property List<IAsset^>^ Assets {
List<IAsset^>^ get ();
void set (List<IAsset^>^ value);
}abstract Assets : List<IAsset> with get, set
Property Value
ListIAsset
See Also