Click or drag to resize

WorkspacesExampleInviteGroup Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.InviteGroup(System.String,System.String,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 BulkOperationResultJson InviteGroup(
	string roomId,
	string emailSubject,
	string emailMessage,
	HashSet<string> groupNames,
	HashSet<string> additionalEmails
)

Parameters

roomId
Type: SystemString

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

emailSubject
Type: SystemString

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

emailMessage
Type: SystemString

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

groupNames
Type: System.Collections.GenericHashSetString

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

additionalEmails
Type: System.Collections.GenericHashSetString

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

Return Value

Type: BulkOperationResultJson

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

See Also