Click or drag to resize

SFSBuddyManagerGetBuddyByName Method

Retrieves a Buddy object from its name property.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Buddy GetBuddyByName(
	string name
)

Parameters

name
Type: SystemString
The name of the buddy to be found.

Return Value

Type: Buddy
The object representing the buddy, or null if no buddy with the passed name exists in the buddies list.

Implements

IBuddyManagerGetBuddyByName(String)
See Also