Click or drag to resize

IBuddyManagerGetBuddyByNickName Method

Retrieves a Buddy object from its nickName property (if set).

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

Parameters

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

Return Value

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