CMSDialogHelperGetDialogQueryString Method (DialogConfiguration, Boolean) |
Returns query string which will be passed to the CMS dialogs (Insert image or media/Insert link).
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public static string GetDialogQueryString(
DialogConfiguration config,
bool encode
)
Parameters
- config
- Type: CMS.Base.Web.UIDialogConfiguration
Dialog configuration - encode
- Type: SystemBoolean
If true, the final URL is encoded
Return Value
Type:
StringSee Also