Click or drag to resize
DialogParametersProviderStoreAllParameters Method
Stores the DialogParameters for all the dialogs of a specified KaxDialogOpener

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 void StoreAllParameters(
	string dialogOpenerIdentifier,
	DialogParametersDictionary dialogParameters
)

Parameters

dialogOpenerIdentifier
Type: SystemString
the unique identifier of the editor which DialogParameters will be stored
dialogParameters
Type: Kettic.AspNet.ControlsDialogParametersDictionary
The list of dialog parameters
See Also