IAdmApprovalRequestContainer2
The IAdmApprovalRequestContainer2 interface extends the IAdmApprovalRequestContainer interface with the ability to retrieve approval requests created within a specific time period.
Inheritance: IAdmApprovalRequestContainer
Methods
-
Method
-
Description
-
GetApprovalRequests2()
-
Returns GUIDs of all approval requests of the specified state created within a specific time period.
Details
GetApprovalRequests2()
Returns GUIDs of all approval requests of the specified state created within a specific time period. Each GUID is represented as an array of 16 bytes (Byte[]), and the method returns an array of arrays of byte (Byte[][]).
Byte[][] GetApprovalRequests2(ADM_APPROVALSTATE_ENUM requestState,
DateTime dateFrom,
DateTime dateTo)
Parameters
- requestState - Specifies the state of approval requests to return.
- dateFrom - Specifies the start date and time of the period for which to return approval requests. The method will return only the requests created after the specified date.
- dateTo - Specifies the end date and time of the period for which to return approval requests. The method will return only the requests created before the specified date.
Requirements
Minimum required version: 2012.1