Click or drag to resize

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
Syntax
public ISearchResultCollection GetApprovals(
	ApprovalStatus status
)

Parameters

status
Type: Lithnet.ResourceManagement.ClientApprovalStatus
Specifies the types of approvals to return

Return Value

Type: ISearchResultCollection
A collection of pending approvals
See Also