• BlogComment

Contents

BlogComment

Namespace: Middleware.Blog

Assembly: Middleware

Comment made by a user for a blog entry

Constructors

Properties

Id Unique id for the comment.
ParentComment Id of the parent comment. Allows for nesting comments.
DateTime Date/Time the comment was made.
Username Name of user making the comment.
UserId Unique user id of user making the comment.
Approved Provides an option for comments to be reviewed prior to being displayed.
Comment Comment made by a user.
Comments List of sub comments for the comment

In This Document