C# Class Sitecore.Modules.WeBlog.Components.RecentCommentsCore

Inheritance: IRecentCommentsCore
Mostra file Open project: WeTeam/WeBlog

Public Methods

Method Description
GetEntryTitleForComment ( CommentItem comment ) : string

Get the name of the blog entry a comment was made against

GetEntryUrlForComment ( CommentItem comment ) : string

Get the URL of the blog entry a comment was made against

RecentCommentsCore ( IBlogManager blogManager ) : Sitecore.Links

Method Details

GetEntryTitleForComment() public method

Get the name of the blog entry a comment was made against
public GetEntryTitleForComment ( CommentItem comment ) : string
comment Sitecore.Modules.WeBlog.Data.Items.CommentItem The comment to find the blog entry title for
return string

GetEntryUrlForComment() public method

Get the URL of the blog entry a comment was made against
public GetEntryUrlForComment ( CommentItem comment ) : string
comment Sitecore.Modules.WeBlog.Data.Items.CommentItem The comment to find the blog entry URL for
return string

RecentCommentsCore() public method

public RecentCommentsCore ( IBlogManager blogManager ) : Sitecore.Links
blogManager IBlogManager
return Sitecore.Links