Checks if friend list exists.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual bool FriendListExists(
	string listName
)
Visual Basic
Public Overridable Function FriendListExists ( 
	listName As String
) As Boolean
Visual C++
public:
virtual bool FriendListExists(
	String^ listName
)
F#
abstract FriendListExists : 
        listName : string -> bool 
override FriendListExists : 
        listName : string -> bool 

Parameters

listName
Type: System..::..String
List name.

Return Value

Type: Boolean
True if friend list exists, false otherwise.

Implements

IFriendBLL..::..FriendListExists(String)

See Also