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