Click or drag to resize
DialogConfiguration Constructor (Hashtable)
Constructor - creates dialog configuration from the parameters.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public DialogConfiguration(
	Hashtable parameters
)

Parameters

parameters
Type: System.CollectionsHashtable
Collection with dialog configuration parameters
See Also