Click or drag to resize
DialogParametersGetImageParameters Method
Returns initialized image parameters object.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static ImageParameters GetImageParameters(
	Hashtable parameters
)

Parameters

parameters
Type: System.CollectionsHashtable
Collection with dialog parameters

Return Value

Type: ImageParameters
See Also