Click or drag to resize

IRoomManagerGetRoomListFromGroup Method

Retrieves the list of Rooms which are part of the specified Room Group.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
List<Room> GetRoomListFromGroup(
	string groupId
)

Parameters

groupId
Type: SystemString
The name of the Group.

Return Value

Type: ListRoom
The list of Room objects belonging to the passed Group.
See Also