Click or drag to resize

UploadFilesExampleUploadDocumentToRoom Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.UploadFilesExample.UploadDocumentToRoom(System.Int32,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public UploadResult UploadDocumentToRoom(
	int roomId,
	string destinationFileName,
	string filename,
	string folder,
	List<string> groups,
	List<string> domains
)

Parameters

roomId
Type: SystemInt32

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.Examples.UploadFilesExample.UploadDocumentToRoom(System.Int32,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

destinationFileName
Type: SystemString

[Missing <param name="destinationFileName"/> documentation for "M:BlackBerry.Workspaces.Examples.UploadFilesExample.UploadDocumentToRoom(System.Int32,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

filename
Type: SystemString

[Missing <param name="filename"/> documentation for "M:BlackBerry.Workspaces.Examples.UploadFilesExample.UploadDocumentToRoom(System.Int32,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

folder
Type: SystemString

[Missing <param name="folder"/> documentation for "M:BlackBerry.Workspaces.Examples.UploadFilesExample.UploadDocumentToRoom(System.Int32,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

groups
Type: System.Collections.GenericListString

[Missing <param name="groups"/> documentation for "M:BlackBerry.Workspaces.Examples.UploadFilesExample.UploadDocumentToRoom(System.Int32,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

domains
Type: System.Collections.GenericListString

[Missing <param name="domains"/> documentation for "M:BlackBerry.Workspaces.Examples.UploadFilesExample.UploadDocumentToRoom(System.Int32,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

Return Value

Type: UploadResult

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Examples.UploadFilesExample.UploadDocumentToRoom(System.Int32,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

See Also