Click or drag to resize

TransientWorkspacesDownloadSingleDocumentV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.TransientWorkspaces.DownloadSingleDocumentV30Async(BlackBerry.Workspaces.Json.DownloadSingleTransientDocumentJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<Stream> DownloadSingleDocumentV30Async(
	DownloadSingleTransientDocumentJson downloadSingleTransientDocumentJson
)

Parameters

downloadSingleTransientDocumentJson
Type: BlackBerry.Workspaces.JsonDownloadSingleTransientDocumentJson

[Missing <param name="downloadSingleTransientDocumentJson"/> documentation for "M:BlackBerry.Workspaces.Resource.TransientWorkspaces.DownloadSingleDocumentV30Async(BlackBerry.Workspaces.Json.DownloadSingleTransientDocumentJson)"]

Return Value

Type: TaskStream

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.TransientWorkspaces.DownloadSingleDocumentV30Async(BlackBerry.Workspaces.Json.DownloadSingleTransientDocumentJson)"]

See Also