Checks if friend list exists.

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

Syntax

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

Parameters

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

Return Value

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

See Also