Click or drag to resize

ApiRunnerSendAPIUploadRequestAsyncT Method (String, APIVersion, FileInfo, Dictionary, Boolean)

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Core.ApiRunner.SendAPIUploadRequestAsync``1(System.String,BlackBerry.Workspaces.Core.APIVersion,System.IO.FileInfo,System.Collections.Generic.Dictionary`2,System.Boolean)"]

Namespace:  BlackBerry.Workspaces.Core
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<T> SendAPIUploadRequestAsync<T>(
	string command,
	APIVersion version,
	FileInfo fileInfo,
	Dictionary formDataParams,
	bool progressedChanged = null
)

Parameters

command
Type: SystemString

[Missing <param name="command"/> documentation for "M:BlackBerry.Workspaces.Core.ApiRunner.SendAPIUploadRequestAsync``1(System.String,BlackBerry.Workspaces.Core.APIVersion,System.IO.FileInfo,System.Collections.Generic.Dictionary`2,System.Boolean)"]

version
Type: BlackBerry.Workspaces.CoreAPIVersion

[Missing <param name="version"/> documentation for "M:BlackBerry.Workspaces.Core.ApiRunner.SendAPIUploadRequestAsync``1(System.String,BlackBerry.Workspaces.Core.APIVersion,System.IO.FileInfo,System.Collections.Generic.Dictionary`2,System.Boolean)"]

fileInfo
Type: System.IOFileInfo

[Missing <param name="fileInfo"/> documentation for "M:BlackBerry.Workspaces.Core.ApiRunner.SendAPIUploadRequestAsync``1(System.String,BlackBerry.Workspaces.Core.APIVersion,System.IO.FileInfo,System.Collections.Generic.Dictionary`2,System.Boolean)"]

formDataParams
Type: System.Collections.GenericDictionaryTKey, TValue

[Missing <param name="formDataParams"/> documentation for "M:BlackBerry.Workspaces.Core.ApiRunner.SendAPIUploadRequestAsync``1(System.String,BlackBerry.Workspaces.Core.APIVersion,System.IO.FileInfo,System.Collections.Generic.Dictionary`2,System.Boolean)"]

progressedChanged (Optional)
Type: SystemBoolean

[Missing <param name="progressedChanged"/> documentation for "M:BlackBerry.Workspaces.Core.ApiRunner.SendAPIUploadRequestAsync``1(System.String,BlackBerry.Workspaces.Core.APIVersion,System.IO.FileInfo,System.Collections.Generic.Dictionary`2,System.Boolean)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:BlackBerry.Workspaces.Core.ApiRunner.SendAPIUploadRequestAsync``1(System.String,BlackBerry.Workspaces.Core.APIVersion,System.IO.FileInfo,System.Collections.Generic.Dictionary`2,System.Boolean)"]

Return Value

Type: TaskT

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Core.ApiRunner.SendAPIUploadRequestAsync``1(System.String,BlackBerry.Workspaces.Core.APIVersion,System.IO.FileInfo,System.Collections.Generic.Dictionary`2,System.Boolean)"]

See Also