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

Inheritance: ICommentsListCore
Mostra file Open project: WeTeam/WeBlog

Public Methods

Method Description
CommentsListCore ( BlogHomeItem currentBlogHomeItem, EntryItem currentEntry ) : System.Collections.Generic
GetGravatarUrl ( string email ) : string

Get the URL for the user's gravatar image

LoadComments ( CommentItem addedComment = null ) : CommentItem[]

Method Details

CommentsListCore() public method

public CommentsListCore ( BlogHomeItem currentBlogHomeItem, EntryItem currentEntry ) : System.Collections.Generic
currentBlogHomeItem Sitecore.Modules.WeBlog.Data.Items.BlogHomeItem
currentEntry Sitecore.Modules.WeBlog.Data.Items.EntryItem
return System.Collections.Generic

GetGravatarUrl() public method

Get the URL for the user's gravatar image
public GetGravatarUrl ( string email ) : string
email string The email address of the user to get the gravatar for
return string

LoadComments() public method

public LoadComments ( CommentItem addedComment = null ) : CommentItem[]
addedComment CommentItem
return CommentItem[]