Click or drag to resize

DownloadEventArgs Constructor (String, String, Int32, Int32, Boolean)

Initializes a new instance of the DownloadEventArgs class

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public DownloadEventArgs(
	string docId,
	string name,
	int roomId,
	int progress,
	bool realFile = true
)

Parameters

docId
Type: SystemString

[Missing <param name="docId"/> documentation for "M:BlackBerry.Workspaces.DownloadEventArgs.#ctor(System.String,System.String,System.Int32,System.Int32,System.Boolean)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:BlackBerry.Workspaces.DownloadEventArgs.#ctor(System.String,System.String,System.Int32,System.Int32,System.Boolean)"]

roomId
Type: SystemInt32

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.DownloadEventArgs.#ctor(System.String,System.String,System.Int32,System.Int32,System.Boolean)"]

progress
Type: SystemInt32

[Missing <param name="progress"/> documentation for "M:BlackBerry.Workspaces.DownloadEventArgs.#ctor(System.String,System.String,System.Int32,System.Int32,System.Boolean)"]

realFile (Optional)
Type: SystemBoolean

[Missing <param name="realFile"/> documentation for "M:BlackBerry.Workspaces.DownloadEventArgs.#ctor(System.String,System.String,System.Int32,System.Int32,System.Boolean)"]

See Also