Click or drag to resize
CMSDialogHelperGetDialogQueryString Method (DialogConfiguration, Boolean)
Returns query string which will be passed to the CMS dialogs (Insert image or media/Insert link).

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static string GetDialogQueryString(
	DialogConfiguration config,
	bool encode
)

Parameters

config
Type: CMS.ExtendedControlsDialogConfiguration
Dialog configuration
encode
Type: SystemBoolean
If true, the final URL is encoded

Return Value

Type: String
See Also