Social networking mode enum. In group-based modes everything is based on the group membership and user can communicate with and pick friends from the groups he is a member of. All group members can be messaged individually. In friend based - default, Facebook-style - mode user can pick friends from all members, and can communicate only with friends from his list or members from the groups he joined (but cannot see individual group members when he sends messages)

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

Syntax

C#
public enum SocialNetworkingMode
Visual Basic
Public Enumeration SocialNetworkingMode
Visual C++
public enum class SocialNetworkingMode
F#
type SocialNetworkingMode

Members

Member nameValueDescription
None0 The none.
Friend1 The friend.
Group2 The group.

See Also