- Namespace
- Dynamicweb.Content.Commenting
- Assembly
- Dynamicweb.dll
public sealed class CommentService
- Inheritance
-
CommentService
- Inherited Members
-
Methods
public void Delete(Comment comment)
Parameters
comment
Comment
public Comment GetCommentById(int id)
Parameters
id
int
Returns
- Comment
public CommentCollection GetComments()
Returns
- CommentCollection
public CommentCollection GetComments(CommentFilter filter)
Parameters
filter
CommentFilter
Returns
- CommentCollection
public void MoveComments(ICollection<CommentMoveSetting> commentsMoveSettings, bool copy)
Parameters
commentsMoveSettings
ICollection<CommentMoveSetting>
copy
bool
public void Save(Comment comment)
Parameters
comment
Comment