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

Properties

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.


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

See also