SFSBuddyManagerGetBuddyByNickName 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 public Buddy GetBuddyByNickName(
string nickName
)
Parameters
- nickName
- Type: SystemString
The nickName of the buddy to be found.
Return Value
Type:
BuddyThe object representing the buddy, or
null if no buddy with the passed nickName exists in the buddies list.
Implements
IBuddyManagerGetBuddyByNickName(String)See Also