DialogParametersProviderGetDialogParameters Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic abstract DialogParameters GetDialogParameters(
string dialogOpenerIdentifier,
string dialogName
)
Public MustOverride Function GetDialogParameters (
dialogOpenerIdentifier As String,
dialogName As String
) As DialogParameters
public:
virtual DialogParameters^ GetDialogParameters(
String^ dialogOpenerIdentifier,
String^ dialogName
) abstract
abstract GetDialogParameters :
dialogOpenerIdentifier : string *
dialogName : string -> DialogParameters
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:
DialogParametersthe DialogParameters for the specified dialog of the exact editor
See Also