 | GuiApprovalTypeBox Method (Int32, Int32, Boolean, Boolean, String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute("Use ApprovalBox instead.")]
public static string ApprovalTypeBox(
int approvalType,
int approvalState,
bool blnIncludeScript,
bool enabled,
string name,
string className
)
<ObsoleteAttribute("Use ApprovalBox instead.")>
Public Shared Function ApprovalTypeBox (
approvalType As Integer,
approvalState As Integer,
blnIncludeScript As Boolean,
enabled As Boolean,
name As String,
className As String
) As String
Parameters
- approvalType
- Type: SystemInt32
- approvalState
- Type: SystemInt32
- blnIncludeScript
- Type: SystemBoolean
- enabled
- Type: SystemBoolean
- name
- Type: SystemString
- className
- Type: SystemString
Return Value
Type:
String
See Also