ICustomTabSettingAppendAssetFolderID Property
|
Gets/sets whether to include "assetFolderId" query string with id of the asset folder as value, in the URL of this custom tab inner frame.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool AppendAssetFolderID { get; set; }Property AppendAssetFolderID As Boolean
Get
Set
property bool AppendAssetFolderID {
bool get ();
void set (bool value);
}abstract AppendAssetFolderID : bool with get, set
Property Value
Boolean
RemarksThe setting is only effective for Assets, not Asset Folders
See Also