IAdmApprovalRequest4
The IAdmApprovalRequest4 interface extends the IAdmApprovalRequest interface with the ability to get the date when the request was processed and the operation that was submitted for approval.
Inheritance: IAdmApprovalRequest3
Methods
-
Method
-
Description
-
ApproveEx()
-
Approves the request.
Properties
-
Property
-
Description
-
ActionToApprove
-
Gets an object that represents the operation that was submitted for approval.
-
ApprovingReason
-
Gets the reason why the request was approved.
-
ProcessingDateUtc
-
Gets the date and time when the request was processed.
Details
ApproveEx()
Approves the request.
void ApproveEx(string reason)
Parameters
- reason – the reason for approving the request. The parameter can be
null.
ActionToApprove
Gets an object that represents the operation that was submitted for approval. The interfaces supported by the object will depend on the operation type. For details, see interfaces supported by different operation types.
- Type:
- IAdmAction
- Access:
- Read-only
ApprovingReason
Gets the reason why the request was approved.
- Type:
- string
- Access:
- Read-only
Remarks
If the request is not approved, this property will be empty.
ProcessingDateUtc
Gets the date and time when the approval request was processed.
- Type:
- DateTime
- Access:
- Read-only
Requirements
Minimum required version: 2020.1