Adds a friend connection for the currently active user.

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

Syntax

C#
public virtual bool AddFriend(
	Guid friendId
)
Visual Basic
Public Overridable Function AddFriend ( 
	friendId As Guid
) As Boolean
Visual C++
public:
virtual bool AddFriend(
	Guid friendId
)
F#
abstract AddFriend : 
        friendId : Guid -> bool 
override AddFriend : 
        friendId : Guid -> bool 

Parameters

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

Return Value

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

Implements

IFriendRepository..::..AddFriend(Guid)

See Also