Click or drag to resize

DownloadManagerDownloadFileByName Method

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

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public void DownloadFileByName(
	int roomId,
	string folderPath,
	string docName,
	string destinationPath,
	DateTime lastUpdateTime
)

Parameters

roomId
Type: SystemInt32

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

folderPath
Type: SystemString

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

docName
Type: SystemString

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

destinationPath
Type: SystemString

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

lastUpdateTime
Type: SystemDateTime

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

See Also