Class UserSocial
Assembly: DotNetNuke.dll
Syntax
Constructors
UserSocial(UserInfo)
Declaration
public UserSocial(UserInfo userInfo)
Parameters
Properties
Follower
Declaration
public UserRelationship Follower { get; }
Property Value
Following
Declaration
public UserRelationship Following { get; }
Property Value
Friend
Declaration
public UserRelationship Friend { get; }
Property Value
Relationships
Declaration
public IList<Relationship> Relationships { get; }
Property Value
Roles
Declaration
public IList<UserRoleInfo> Roles { get; }
Property Value
UserRelationships
Declaration
public IList<UserRelationship> UserRelationships { get; }
Property Value
Extension Methods