CMSDialogHelper GetDialogUrl Method (DialogConfiguration, Boolean, Boolean, String, Boolean)Kentico 8.0 API Reference
Returns complete URL according to the dialog configuration.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

config
Type: CMS.ExtendedControls DialogConfiguration
Dialog configuration
liveSite
Type: OnlineSystem Boolean
Indicates if dialog is opened on the live site
encode
Type: OnlineSystem Boolean
If true, the final URL is encoded
ckBasePath
Type: OnlineSystem String
CK editor base path. If not empty relative url for CK plugin is returned
getAbsolute
Type: OnlineSystem Boolean
Indicates if absolute url should be generated

Return Value

Type: OnlineString
See Also