Click or drag to resize

SFSBuddyManager.ContainsBuddy 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#
public bool ContainsBuddy(
	string name
)

Parameters

name
Type: System.String
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.

Implements

IBuddyManager.ContainsBuddy(String)
See Also