SmartFoxServer Unity/.NET API
IsBlocked Method
NamespacesSmartFoxClientAPI.DataBuddyIsBlocked()()()
A boolean flag indicating if the user is blocked
Declaration Syntax
C#Visual BasicVisual C++
public bool IsBlocked()
Public Function IsBlocked As Boolean
public:
bool IsBlocked()
Return Value
true if the buddy is blocked
Remarks
Version:
SmartFoxServer Basic / Pro
Examples
CopyC#
if (buddy.IsBlocked())
    Trace.WriteLine("Buddy is blocked");

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