Click or drag to resize

WorkspacesExampleDeleteRoom Method

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

Namespace:  BlackBerry.Workspaces.Examples
Assembly:  WorkspacesSdkExamples (in WorkspacesSdkExamples.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BulkOperationResultJson DeleteRoom(
	bool isPermanent,
	int roomId
)

Parameters

isPermanent
Type: SystemBoolean

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

roomId
Type: SystemInt32

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

Return Value

Type: BulkOperationResultJson

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

See Also