Click or drag to resize

DownloadManagerDownloadFileById Method

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

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public void DownloadFileById(
	string docId,
	string name,
	int roomId,
	string destinationPath,
	DateTime lastUpdateTimeUTC,
	bool createFolderPath = true,
	bool calcHash = false,
	DownloadTypes dt = DownloadTypes.MAX_ALLOWED
)

Parameters

docId
Type: SystemString

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

name
Type: SystemString

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

roomId
Type: SystemInt32

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.DownloadManager.DownloadFileById(System.String,System.String,System.Int32,System.String,System.DateTime,System.Boolean,System.Boolean,BlackBerry.Workspaces.Enums.DownloadTypes)"]

destinationPath
Type: SystemString

[Missing <param name="destinationPath"/> documentation for "M:BlackBerry.Workspaces.DownloadManager.DownloadFileById(System.String,System.String,System.Int32,System.String,System.DateTime,System.Boolean,System.Boolean,BlackBerry.Workspaces.Enums.DownloadTypes)"]

lastUpdateTimeUTC
Type: SystemDateTime

[Missing <param name="lastUpdateTimeUTC"/> documentation for "M:BlackBerry.Workspaces.DownloadManager.DownloadFileById(System.String,System.String,System.Int32,System.String,System.DateTime,System.Boolean,System.Boolean,BlackBerry.Workspaces.Enums.DownloadTypes)"]

createFolderPath (Optional)
Type: SystemBoolean

[Missing <param name="createFolderPath"/> documentation for "M:BlackBerry.Workspaces.DownloadManager.DownloadFileById(System.String,System.String,System.Int32,System.String,System.DateTime,System.Boolean,System.Boolean,BlackBerry.Workspaces.Enums.DownloadTypes)"]

calcHash (Optional)
Type: SystemBoolean

[Missing <param name="calcHash"/> documentation for "M:BlackBerry.Workspaces.DownloadManager.DownloadFileById(System.String,System.String,System.Int32,System.String,System.DateTime,System.Boolean,System.Boolean,BlackBerry.Workspaces.Enums.DownloadTypes)"]

dt (Optional)
Type: BlackBerry.Workspaces.EnumsDownloadTypes

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

See Also