Click or drag to resize

WorkspacesExampleAddUsersToGroup Method

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

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string AddUsersToGroup(
	List<string> userAddresses,
	string groupName,
	int roomId
)

Parameters

userAddresses
Type: System.Collections.GenericListString

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

groupName
Type: SystemString

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

roomId
Type: SystemInt32

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

Return Value

Type: String

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

See Also