Click or drag to resize

DocumentsListRecipientsV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Documents.ListRecipientsV30Async(BlackBerry.Workspaces.Json.SdsGetRecipientsJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<ItemListJson<UserJson>> ListRecipientsV30Async(
	SdsGetRecipientsJson sdsGetRecipientsJson
)

Parameters

sdsGetRecipientsJson
Type: BlackBerry.Workspaces.JsonSdsGetRecipientsJson

[Missing <param name="sdsGetRecipientsJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Documents.ListRecipientsV30Async(BlackBerry.Workspaces.Json.SdsGetRecipientsJson)"]

Return Value

Type: TaskItemListJsonUserJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Documents.ListRecipientsV30Async(BlackBerry.Workspaces.Json.SdsGetRecipientsJson)"]

See Also