The RelationshipType defines the core relationship types (Friend (2-way), Follower (1-way))

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public class RelationshipType : BaseEntityInfo, 
	IHydratable
Visual Basic
<SerializableAttribute>
Public Class RelationshipType
	Inherits BaseEntityInfo
	Implements IHydratable

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities..::..BaseEntityInfo
    DotNetNuke.Entities.Users..::..RelationshipType

See Also