Class CommentSortFields

The CommentSortFields class exposes the fields of the Comment model which are available to an application in defining sorting rules for comment result sets within the Social platform.

Inheritance
System.Object
CommentSortFields
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.Comments.Core
Assembly: EPiServer.Social.Comments.Core.dll
Version: 1.5.4
Syntax
public class CommentSortFields

Constructors

CommentSortFields()

Declaration
public CommentSortFields()

Properties

Author

Gets the instance of SortField representing the Author field in the Comment data model.

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

Created

Gets the instance of SortField representing the Created field in the Comment data model.

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

Id

Gets the instance of SortField representing the Id field in the Comment data model.

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