SFSRoomManagerGetRoomListFromGroup 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 public List<Room> GetRoomListFromGroup(
string groupId
)
Parameters
- groupId
- Type: SystemString
The name of the Group.
Return Value
Type:
ListRoomThe list of Room objects belonging to the passed Group.
Implements
IRoomManagerGetRoomListFromGroup(String)See Also