 | GuiApprovalBox Method (Int32, Int32, Boolean) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string ApprovalBox(
int approvalType,
int approvalState,
bool includeScript = false
)
Public Shared Function ApprovalBox (
approvalType As Integer,
approvalState As Integer,
Optional includeScript As Boolean = false
) As String
Parameters
- approvalType
- Type: SystemInt32
- approvalState
- Type: SystemInt32
- includeScript (Optional)
- Type: SystemBoolean
Return Value
Type:
String
See Also