The Room type exposes the following members.

Methods

  NameDescription
Public methodContainsUser
Returns true if the the User is found in this Room
Public methodContainsVariable
Returns true if a RoomVariable with the passed name exists in the Room
Public methodGetUserById
Finds a User from its Id
Public methodGetUserByName
Finds a User from its name
Public methodGetVariable
Gets a RoomVariable in the Room
Public methodGetVariables
Return the full list of RoomVariables in the Room

See Also