Class MemberSortFields
The MemberSortFields class exposes the fields of the Member model which are available for application in defining sorting rules for member result sets within the Social platform.
Inheritance
System.Object
MemberSortFields
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.Groups.Core
Assembly: EPiServer.Social.Groups.Core.dll
Version: 1.5.4Syntax
public class MemberSortFields
Constructors
MemberSortFields()
Declaration
public MemberSortFields()
Properties
Group
Gets the member Group sort field.
Declaration
public static SortField Group { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Id
Gets the member Id sort field.
Declaration
public static SortField Id { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
User
Gets the member User sort field.
Declaration
public static SortField User { get; }
Property Value
| Type | Description |
|---|---|
| SortField |