ResourceManagementClientGetApprovals Method (ApprovalStatus, UniqueIdentifier) |
Returns approval requests of the specified type for the specified user
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic ISearchResultCollection GetApprovals(
ApprovalStatus status,
UniqueIdentifier userID
)
Public Function GetApprovals (
status As ApprovalStatus,
userID As UniqueIdentifier
) As ISearchResultCollection
public:
ISearchResultCollection^ GetApprovals(
ApprovalStatus status,
UniqueIdentifier^ userID
)
Parameters
- status
- Type: Lithnet.ResourceManagement.ClientApprovalStatus
Specifies the types of approvals to return - userID
- Type: UniqueIdentifier
The unique identifer of the user
Return Value
Type:
ISearchResultCollectionA collection of pending approvals
See Also