Click or drag to resize

IApprovalRequest Interface

This represents approval requests.

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

The IApprovalRequest type exposes the following members.

Properties
 NameDescription
Public propertyComment Comment left by user who submitted approval request
Public propertyDescription Description of approval rule
Public propertyId Unique identifier of approval request
Public propertyRuleId Unique identifier of approval rule
Public propertyRuleName Name of approval rule
Public propertySubmissionDate Date when approval request was submitted
Public propertySubmittedBy Full name of user who submitted approval request
Top
Methods
 NameDescription
Public methodToApprovalResponse Creates ApprovalResponse which is needed for Approve/Reject methods
Top
See Also