CMSDialogHelperGetDialogUrl Method (DialogConfiguration, Boolean, String) |
Returns complete URL according to the dialog configuration.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public static string GetDialogUrl(
DialogConfiguration config,
bool encode,
string ckBasePath
)
Parameters
- config
- Type: CMS.Base.Web.UIDialogConfiguration
Dialog configuration - encode
- Type: SystemBoolean
If true, the final URL is encoded - ckBasePath
- Type: SystemString
CK editor base path. If not empty relative url for CK plugin is returned
Return Value
Type:
StringSee Also