Click or drag to resize

IBuddyManagerContainsBuddy Method

Indicates whether a buddy exists in user's buddies list or not.

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

Parameters

name
Type: SystemString
The name of the buddy whose presence in the buddies list is to be tested.

Return Value

Type: Boolean
true if the specified buddy exists in the buddies list.
See Also