Click or drag to resize

SFSBuddyIsBlocked Property

Indicates whether this buddy is blocked in the current user's buddies list or not.

Namespace:  Sfs2X.Entities
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool IsBlocked { get; set; }

Property Value

Type: Boolean

Implements

BuddyIsBlocked
Remarks
A buddy can be blocked by means of a BlockBuddyRequest request.
See Also