Click or drag to resize

WorkspacesExampleEditRoom Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.EditRoom(System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)"]

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public RoomJson EditRoom(
	string roomId,
	string name,
	string description,
	bool renameIfExists,
	bool isPersonal,
	bool shouldUpdatePersonal
)

Parameters

roomId
Type: SystemString

[Missing <param name="roomId"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.EditRoom(System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.EditRoom(System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.EditRoom(System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)"]

renameIfExists
Type: SystemBoolean

[Missing <param name="renameIfExists"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.EditRoom(System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)"]

isPersonal
Type: SystemBoolean

[Missing <param name="isPersonal"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.EditRoom(System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)"]

shouldUpdatePersonal
Type: SystemBoolean

[Missing <param name="shouldUpdatePersonal"/> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.EditRoom(System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: RoomJson

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Examples.WorkspacesExample.EditRoom(System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)"]

See Also