Click or drag to resize

FileRequestData Constructor

Initializes a new instance of the FileRequestData class

Namespace:  BlackBerry.Workspaces.Core
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
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