SmartFoxServer Unity/.NET API
GetRoomByName Method (name)
NamespacesSmartFoxClientAPI.DataZoneGetRoomByName(String)
Get room by given name
Declaration Syntax
C#Visual BasicVisual C++
public Room GetRoomByName(
	string name
)
Public Function GetRoomByName ( _
	name As String _
) As Room
public:
Room^ GetRoomByName(
	String^ name
)
Parameters
name (String)
name of the room
Return Value
Room for given name

Assembly: SmartFoxClient (Module: SmartFoxClient) Version: 1.2.4.0 (1.2.4.0)