| CMSDialogHelperGetDialogUrl Method (DialogConfiguration, Boolean, String, Boolean) | 
            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
Syntaxpublic static string GetDialogUrl(
	DialogConfiguration config,
	bool encode,
	string ckBasePath,
	bool getAbsolute
)
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
- getAbsolute
- Type: SystemBoolean
 Indicates if absolute url should be generated
Return Value
Type: 
String See Also
See Also