Namespace EPiServer.Social.Comments.Core

Classes

Comment

The Comment class represents an individual instance of user-generated content within the Episerver Social platform.

CommentDoesNotExistException

The CommentDoesNotExistException class represents an error occurring when an operation is attempted on a comment that cannot be found.

CommentFilter

The CommentFilter represents criteria containing filtering information for retrieving comments.

CommentId

The CommentId class is a data model representing an identifier for a moderation workflow within the social platform.

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.

CommentValidation

InvalidCommentException

The InvalidCommentException class represents an error occurring when a user attempts to create or modify a comment, which contains invalid data.

Interfaces

ICommentRepository

The ICommentRepository interface supports comment management operations, allowing users to contribute comments to entities in a Social environment.

ICommentService

The ICommentService interface supports comment management operations, allowing users to contribute comments to entities in a Social environment.

Enums

InvalidCommentErrorCode

Enumeration used to reflect error codes for invalid comments.

Visibility

The Visibility enumeration describes the values available for filtering comments according to their visibility.

arrow_upward