Click or drag to resize

SFSBuddyManagerBuddyStates Property

Returns a list of strings representing the available custom buddy states.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public List<string> BuddyStates { get; set; }

Property Value

Type: ListString

Implements

IBuddyManagerBuddyStates
Remarks
The custom states are received by the client upon initialization of the Buddy List system. They can be configured by means of the SmartFoxServer 2X Administration Tool.
See Also