Click or drag to resize

DownloadFilesExampleDownloadFileById Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.DownloadFilesExample.DownloadFileById(System.String,System.Int32,System.String)"]

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void DownloadFileById(
	string docId,
	int roomId,
	string destinationPath
)

Parameters

docId
Type: SystemString

[Missing <param name="docId"/> documentation for "M:BlackBerry.Workspaces.Examples.DownloadFilesExample.DownloadFileById(System.String,System.Int32,System.String)"]

roomId
Type: SystemInt32

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

destinationPath
Type: SystemString

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

See Also