Click or drag to resize

DownloadManagerDownloadFileToBuffer Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.DownloadManager.DownloadFileToBuffer(System.String,BlackBerry.Workspaces.Enums.DownloadTypes,System.String)"]

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public byte[] DownloadFileToBuffer(
	string docId,
	DownloadTypes dt,
	string resource = "documents"
)

Parameters

docId
Type: SystemString

[Missing <param name="docId"/> documentation for "M:BlackBerry.Workspaces.DownloadManager.DownloadFileToBuffer(System.String,BlackBerry.Workspaces.Enums.DownloadTypes,System.String)"]

dt
Type: BlackBerry.Workspaces.EnumsDownloadTypes

[Missing <param name="dt"/> documentation for "M:BlackBerry.Workspaces.DownloadManager.DownloadFileToBuffer(System.String,BlackBerry.Workspaces.Enums.DownloadTypes,System.String)"]

resource (Optional)
Type: SystemString

[Missing <param name="resource"/> documentation for "M:BlackBerry.Workspaces.DownloadManager.DownloadFileToBuffer(System.String,BlackBerry.Workspaces.Enums.DownloadTypes,System.String)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:BlackBerry.Workspaces.DownloadManager.DownloadFileToBuffer(System.String,BlackBerry.Workspaces.Enums.DownloadTypes,System.String)"]

See Also