Show / Hide Table of Contents

Class UserSocial

Inheritance
object
UserSocial
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Users.Social
Assembly: DotNetNuke.dll
Syntax
public class UserSocial

Constructors

UserSocial(UserInfo)

Declaration
public UserSocial(UserInfo userInfo)
Parameters
Type Name Description
UserInfo userInfo

Properties

Follower

Declaration
public UserRelationship Follower { get; }
Property Value
Type Description
UserRelationship

Following

Declaration
public UserRelationship Following { get; }
Property Value
Type Description
UserRelationship

Friend

Declaration
public UserRelationship Friend { get; }
Property Value
Type Description
UserRelationship

Relationships

Declaration
public IList<Relationship> Relationships { get; }
Property Value
Type Description
IList<Relationship>

Roles

Declaration
public IList<UserRoleInfo> Roles { get; }
Property Value
Type Description
IList<UserRoleInfo>

UserRelationships

Declaration
public IList<UserRelationship> UserRelationships { get; }
Property Value
Type Description
IList<UserRelationship>

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS