| ConfirmMessageAction Constructor (String, String, String) |
Namespace:
Dynamicweb.Management.Actions
Assembly:
Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax public ConfirmMessageAction(
string caption,
string message,
string buttons
)
Public Sub New (
caption As String,
message As String,
buttons As String
)
Parameters
- caption
- Type: SystemString
- message
- Type: SystemString
- buttons
- Type: SystemString
See Also