Click or drag to resize

IApprovalCondition Interface

This represents broken approval rule.

Namespace: Scripting.Approvals
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IApprovalCondition

The IApprovalCondition type exposes the following members.

Properties
 NameDescription
Public propertyCanChooseApprover 1 - Cannot choose approver, 2 - Can choose multiple approvers, 3 - Can choose single approver.
Public propertyDescription Description of the condition.
Public propertyId Id of the condition.
Public propertyResponsibleApprovers List of approvers which User can select.
Public propertyRuleName Name of the condition.
Top
Methods
 NameDescription
Public methodToSubmitForApprovalRequest Creates SubmitForApprovalRequest needed for SubmitForApproval method
Top
See Also