Click or drag to resize

IManageWorkspacesUploadDocumentByPostV30Async Method (String, String, FileInfo, DeviceType, String, String, Int64, IProgressChanged)

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.UploadDocumentByPostV30Async(System.String,System.String,System.IO.FileInfo,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.String,System.Int64,BlackBerry.Workspaces.Core.IProgressChanged)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task<string> UploadDocumentByPostV30Async(
	string documentGuid,
	string roomId,
	FileInfo data,
	DeviceType deviceType,
	string documentName,
	string fileName,
	long start,
	IProgressChanged progressedChanged = null
)

Parameters

documentGuid
Type: SystemString

[Missing <param name="documentGuid"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.UploadDocumentByPostV30Async(System.String,System.String,System.IO.FileInfo,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.String,System.Int64,BlackBerry.Workspaces.Core.IProgressChanged)"]

roomId
Type: SystemString

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.UploadDocumentByPostV30Async(System.String,System.String,System.IO.FileInfo,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.String,System.Int64,BlackBerry.Workspaces.Core.IProgressChanged)"]

data
Type: System.IOFileInfo

[Missing <param name="data"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.UploadDocumentByPostV30Async(System.String,System.String,System.IO.FileInfo,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.String,System.Int64,BlackBerry.Workspaces.Core.IProgressChanged)"]

deviceType
Type: BlackBerry.Workspaces.EnumsDeviceType

[Missing <param name="deviceType"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.UploadDocumentByPostV30Async(System.String,System.String,System.IO.FileInfo,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.String,System.Int64,BlackBerry.Workspaces.Core.IProgressChanged)"]

documentName
Type: SystemString

[Missing <param name="documentName"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.UploadDocumentByPostV30Async(System.String,System.String,System.IO.FileInfo,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.String,System.Int64,BlackBerry.Workspaces.Core.IProgressChanged)"]

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.UploadDocumentByPostV30Async(System.String,System.String,System.IO.FileInfo,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.String,System.Int64,BlackBerry.Workspaces.Core.IProgressChanged)"]

start
Type: SystemInt64

[Missing <param name="start"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.UploadDocumentByPostV30Async(System.String,System.String,System.IO.FileInfo,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.String,System.Int64,BlackBerry.Workspaces.Core.IProgressChanged)"]

progressedChanged (Optional)
Type: BlackBerry.Workspaces.CoreIProgressChanged

[Missing <param name="progressedChanged"/> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.UploadDocumentByPostV30Async(System.String,System.String,System.IO.FileInfo,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.String,System.Int64,BlackBerry.Workspaces.Core.IProgressChanged)"]

Return Value

Type: TaskString

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.IManageWorkspaces.UploadDocumentByPostV30Async(System.String,System.String,System.IO.FileInfo,BlackBerry.Workspaces.Enums.DeviceType,System.String,System.String,System.Int64,BlackBerry.Workspaces.Core.IProgressChanged)"]

See Also