Click or drag to resize

PFItemHtmlHelperGetButtonConfirmationMessage Method

Gets the confirmation message of a given button.

By default, depends on the model. No confirmation dialog is shown if the text is empty.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected virtual Html GetButtonConfirmationMessage(
	WebFormButton button
)

Parameters

button
Type: Packflow.ModelingWebFormButton

Return Value

Type: Html
See Also