Adds a friend connection for the currently active user.

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

Syntax

C#
bool AddFriend(
	Guid friendId
)
Visual Basic
Function AddFriend ( 
	friendId As Guid
) As Boolean
Visual C++
bool AddFriend(
	Guid friendId
)
F#
abstract AddFriend : 
        friendId : Guid -> bool 

Parameters

friendId
Type: System..::..Guid
Friend Id

Return Value

Type: Boolean
True if the process finished successfully, false otherwise

See Also