Enum RelationshipDirection
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public enum RelationshipDirection : int
Fields
Name | Description |
---|---|
OneWay | One way relationship, e.g. Follower, where user 1 is following user 2, but user 2 is not following user 1. |
TwoWay | Two way relationship, e.g. Friend, where user 1 and user 2 are both friends and mutually following each other. |