Click or drag to resize
DialogParametersProviderGetDialogParameters Method
Returns the DialogParameters for a dialog

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract DialogParameters GetDialogParameters(
	string dialogOpenerIdentifier,
	string dialogName
)

Parameters

dialogOpenerIdentifier
Type: SystemString
the unique identifier of the dialogOpener, which parameters are stored
dialogName
Type: SystemString
the name of the dialog which parameters are requested

Return Value

Type: DialogParameters
the DialogParameters for the specified dialog of the exact editor
See Also