Click or drag to resize

DownloadEventArgs Constructor (String, String, Int32, Int32, String, Exception, 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,
	string path,
	Exception e,
	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.String,System.Exception,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.String,System.Exception,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.String,System.Exception,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.String,System.Exception,System.Boolean)"]

path
Type: SystemString

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

e
Type: SystemException

[Missing <param name="e"/> documentation for "M:BlackBerry.Workspaces.DownloadEventArgs.#ctor(System.String,System.String,System.Int32,System.Int32,System.String,System.Exception,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.String,System.Exception,System.Boolean)"]

See Also