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

Inheritance: ICommentsListCore
Afficher le fichier Open project: WeTeam/WeBlog

Méthodes publiques

Méthode 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 méthode

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

GetGravatarUrl() public méthode

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
Résultat string

LoadComments() public méthode

public LoadComments ( CommentItem addedComment = null ) : CommentItem[]
addedComment CommentItem
Résultat CommentItem[]