Class RoleSortFields

The RoleSortFields class exposes the fields of the Role model which are available for application in defining sorting rules for role result sets within the Social platform.

Inheritance
System.Object
RoleSortFields
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.4
Syntax
public class RoleSortFields

Constructors

RoleSortFields()

Declaration
public RoleSortFields()

Properties

Id

Gets the role Id sort field.

Declaration
public static SortField Id { get; }
Property Value
Type Description
SortField

Name

Gets the role Name sort field.

Declaration
public static SortField Name { get; }
Property Value
Type Description
SortField
arrow_upward