SmartFoxServer Silverlight 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())
    Debug.WriteLine("Room is temporary");

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)