Click or drag to resize

SFSRoomManagerGetRoomByName Method

Retrieves a Room object from its name.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Room GetRoomByName(
	string name
)

Parameters

name
Type: SystemString
The name of the Room.

Return Value

Type: Room
An object representing the requested Room; null if no Room object with the passed name exists in the Rooms list.

Implements

IRoomManagerGetRoomByName(String)
See Also