Click or drag to resize
RoomsEntityListV30 Method
List the workspace entities (groups/domain/users) that are members of the workspace. This may only be done by users that have CRUD entities privileges.

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public ItemListJson<RoomEntityJson> EntityListV30(
	string roomId
)

Parameters

roomId
Type: SystemString
the requested room.

Return Value

Type: ItemListJsonRoomEntityJson
A list of RoomEntityJson objects
See Also