Click or drag to resize
FileRequestData Constructor
File request data

Namespace:  BlackBerry.Workspaces.Core
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public FileRequestData(
	string path,
	string targetName,
	DeviceType deviceType,
	string targetPath = "",
	bool calcHash = false
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:BlackBerry.Workspaces.Core.FileRequestData.#ctor(System.String,System.String,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.Boolean)"]

targetName
Type: SystemString

[Missing <param name="targetName"/> documentation for "M:BlackBerry.Workspaces.Core.FileRequestData.#ctor(System.String,System.String,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.Boolean)"]

deviceType
Type: BlackBerry.Workspaces.EnumsDeviceType

[Missing <param name="deviceType"/> documentation for "M:BlackBerry.Workspaces.Core.FileRequestData.#ctor(System.String,System.String,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.Boolean)"]

targetPath (Optional)
Type: SystemString

[Missing <param name="targetPath"/> documentation for "M:BlackBerry.Workspaces.Core.FileRequestData.#ctor(System.String,System.String,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.Boolean)"]

calcHash (Optional)
Type: SystemBoolean

[Missing <param name="calcHash"/> documentation for "M:BlackBerry.Workspaces.Core.FileRequestData.#ctor(System.String,System.String,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.Boolean)"]

See Also