Click or drag to resize

WorkspacesExampleCreateRoom Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.CreateRoom(System.String,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 RoomJson CreateRoom(
	string name,
	string description,
	List<string> administrators
)

Parameters

name
Type: SystemString

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

description
Type: SystemString

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

administrators
Type: System.Collections.GenericListString

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

Return Value

Type: RoomJson

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

See Also