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

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