Table of Contents

Class CommentService

Namespace
Dynamicweb.Content.Commenting
Assembly
Dynamicweb.dll
public sealed class CommentService
Inheritance
CommentService
Inherited Members

Methods

Delete(Comment)

public void Delete(Comment comment)

Parameters

comment Comment

GetCommentById(int)

public Comment GetCommentById(int id)

Parameters

id int

Returns

Comment

GetComments()

public CommentCollection GetComments()

Returns

CommentCollection

GetComments(CommentFilter)

public CommentCollection GetComments(CommentFilter filter)

Parameters

filter CommentFilter

Returns

CommentCollection

MoveComments(ICollection<CommentMoveSetting>, bool)

public void MoveComments(ICollection<CommentMoveSetting> commentsMoveSettings, bool copy)

Parameters

commentsMoveSettings ICollection<CommentMoveSetting>
copy bool

Save(Comment)

public void Save(Comment comment)

Parameters

comment Comment
To top