Click or drag to resize

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
Syntax
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: ISearchResultCollection
A collection of pending approvals
See Also