Click or drag to resize

WorkspacesDownloadProtectedDocumentsV30Async Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.DownloadProtectedDocumentsV30Async(System.String,BlackBerry.Workspaces.Json.DocumentsSelectionVdrJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute]
public Task<Stream> DownloadProtectedDocumentsV30Async(
	string roomId,
	DocumentsSelectionVdrJson documentsSelectionVdrJson
)

Parameters

roomId
Type: SystemString

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.DownloadProtectedDocumentsV30Async(System.String,BlackBerry.Workspaces.Json.DocumentsSelectionVdrJson)"]

documentsSelectionVdrJson
Type: BlackBerry.Workspaces.JsonDocumentsSelectionVdrJson

[Missing <param name="documentsSelectionVdrJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.DownloadProtectedDocumentsV30Async(System.String,BlackBerry.Workspaces.Json.DocumentsSelectionVdrJson)"]

Return Value

Type: TaskStream

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Workspaces.DownloadProtectedDocumentsV30Async(System.String,BlackBerry.Workspaces.Json.DocumentsSelectionVdrJson)"]

See Also