ICustomTabSettingAppendAssetID Property
|
Gets/sets whether to include "assetId" query string with id of the asset as value, in the URL of this custom tab inner frame.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool AppendAssetID { get; set; }
Property AppendAssetID As Boolean
Get
Set
property bool AppendAssetID {
bool get ();
void set (bool value);
}
abstract AppendAssetID : bool with get, set
Property Value
Type:
BooleanRemarks The setting is only effective for Assets, not Asset Folders
See Also