Click or drag to resize

UploadFilesExampleUploadDocument Method

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

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public UploadResult UploadDocument(
	string localPath,
	string filename,
	HashSet<string> userRecipients,
	HashSet<string> ADGroupsRecipients,
	HashSet<string> listRecipients
)

Parameters

localPath
Type: SystemString

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

filename
Type: SystemString

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

userRecipients
Type: System.Collections.GenericHashSetString

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

ADGroupsRecipients
Type: System.Collections.GenericHashSetString

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

listRecipients
Type: System.Collections.GenericHashSetString

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

Return Value

Type: UploadResult

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

See Also