Class GroupSortFields
The GroupSortFields class exposes the fields of the Group model which are available for application in defining sorting rules for group result sets within the Social platform.
Inheritance
System.Object
GroupSortFields
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 GroupSortFields
Constructors
GroupSortFields()
Declaration
public GroupSortFields()
Properties
Created
Gets the group Created sort field.
Declaration
public static SortField Created { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Id
Gets the group Id sort field.
Declaration
public static SortField Id { get; }
Property Value
| Type | Description |
|---|---|
| SortField |
Name
Gets the group Name sort field.
Declaration
public static SortField Name { get; }
Property Value
| Type | Description |
|---|---|
| SortField |