SmartFoxServer Unity/.NET API
IsTemp Method
NamespacesSmartFoxClientAPI.DataRoomIsTemp()()()
A boolean flag indicating if the room is dynamic/temporary.
This is always true for rooms created at runtime on client-side.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsTemp()
Public Function IsTemp As Boolean
public:
bool IsTemp()
Return Value
true if the room is a dynamic/temporary room
Remarks
Version:
SmartFoxServer Basic / Pro
Examples
CopyC#
if (room.IsTemp())
    Trace.WriteLine("Room is temporary");

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