Click or drag to resize

WorkspacesUploadDocumentBase64V30 Method

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

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public string UploadDocumentBase64V30(
	string documentGuid,
	string roomId,
	FileInfo data,
	DeviceType deviceType,
	string documentName,
	IProgressChanged progressedChanged = null
)

Parameters

documentGuid
Type: SystemString

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

roomId
Type: SystemString

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

data
Type: System.IOFileInfo

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

deviceType
Type: BlackBerry.Workspaces.EnumsDeviceType

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

documentName
Type: SystemString

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

progressedChanged (Optional)
Type: BlackBerry.Workspaces.CoreIProgressChanged

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

Return Value

Type: String

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

See Also