IAdmApprovalRequest4
The IAdmApprovalRequest4 interface extends the IAdmApprovalRequest interface with the ability to specify a reason for request approval, 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 specified for approving the request.
-
ProcessingDateUtc
-
Gets the date and time when the approval request was processed.
Details
ApproveEx()
Approves the request.
void ApproveEx(string reason)
Parameters
The reason parameter specifies 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 specified for approving the request.
- Type:
- string
- Access:
- Read-only
Remarks
If the request is not approved, the property is empty.
ProcessingDateUtc
Gets the date and time when the approval request was processed.
- Type:
- DateTime
- Access:
- Read-only
Requirements
Minimum required version: 2020.1