Click or drag to resize

SFSBuddyManagerBuddyList Property

Returns a list of Buddy objects representing all the buddies in the user's buddies list.

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

Property Value

Type: ListBuddy

Implements

IBuddyManagerBuddyList
Remarks
The list is null if the Buddy List system is not initialized.
See Also