Click or drag to resize

IManageWorkspacesDownloadSingleDocumentForWebV30Async Method (String, String, String, String, Boolean)

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.DownloadSingleDocumentForWebV30Async(System.String,System.String,System.String,System.String,System.Boolean)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<Stream> DownloadSingleDocumentForWebV30Async(
	string itemId,
	string wdUniqueDownloadKey,
	string workspaceUuid,
	string downloadType = "MAX_ALLOWED",
	bool forceWatermarks = false
)

Parameters

itemId
Type: SystemString

[Missing <param name="itemId"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.DownloadSingleDocumentForWebV30Async(System.String,System.String,System.String,System.String,System.Boolean)"]

wdUniqueDownloadKey
Type: SystemString

[Missing <param name="wdUniqueDownloadKey"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.DownloadSingleDocumentForWebV30Async(System.String,System.String,System.String,System.String,System.Boolean)"]

workspaceUuid
Type: SystemString

[Missing <param name="workspaceUuid"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.DownloadSingleDocumentForWebV30Async(System.String,System.String,System.String,System.String,System.Boolean)"]

downloadType (Optional)
Type: SystemString

[Missing <param name="downloadType"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.DownloadSingleDocumentForWebV30Async(System.String,System.String,System.String,System.String,System.Boolean)"]

forceWatermarks (Optional)
Type: SystemBoolean

[Missing <param name="forceWatermarks"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.DownloadSingleDocumentForWebV30Async(System.String,System.String,System.String,System.String,System.Boolean)"]

Return Value

Type: TaskStream

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.DownloadSingleDocumentForWebV30Async(System.String,System.String,System.String,System.String,System.Boolean)"]

See Also