Click or drag to resize

CommonDialogsViewsGetConfirmationDialog Method

Namespace:  Dynamicweb.Management.Common.Dialogs
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public static Dialog GetConfirmationDialog(
	ConfirmDialogModel contextModel,
	Func<string, string> translator
)

Parameters

contextModel
Type: Dynamicweb.Management.Common.DialogsConfirmDialogModel
translator
Type: SystemFuncString, String

Return Value

Type: Dialog
See Also