C# Класс Sitecore.Modules.WeBlog.Components.RecentCommentsCore

Наследование: IRecentCommentsCore
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetEntryTitleForComment() публичный Метод

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
Результат string

GetEntryUrlForComment() публичный Метод

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
Результат string

RecentCommentsCore() публичный Метод

public RecentCommentsCore ( IBlogManager blogManager ) : Sitecore.Links
blogManager IBlogManager
Результат Sitecore.Links