C# Class Sitecore.Modules.WeBlog.Pipelines.CreateComment.CreateCommentItem

Inheritance: ICreateCommentProcessor
Datei anzeigen Open project: WeTeam/WeBlog Class Usage Examples

Public Methods

Method Description
CreateCommentItem ( ) : System

Create a new instance.

CreateCommentItem ( IBlogManager blogManager ) : System

Create a new instance.

Process ( Sitecore.Modules.WeBlog.Pipelines.CreateComment.CreateCommentArgs args ) : void

Protected Methods

Method Description
BuildFastQuery ( System.Item parentItem, string itemName ) : string
GetDateTime ( ) : System.DateTime

Method Details

BuildFastQuery() protected method

protected BuildFastQuery ( System.Item parentItem, string itemName ) : string
parentItem System.Item
itemName string
return string

CreateCommentItem() public method

Create a new instance.
public CreateCommentItem ( ) : System
return System

CreateCommentItem() public method

Create a new instance.
public CreateCommentItem ( IBlogManager blogManager ) : System
blogManager IBlogManager The used to access the structure of the blog and other settings.
return System

GetDateTime() protected method

protected GetDateTime ( ) : System.DateTime
return System.DateTime

Process() public method

public Process ( Sitecore.Modules.WeBlog.Pipelines.CreateComment.CreateCommentArgs args ) : void
args Sitecore.Modules.WeBlog.Pipelines.CreateComment.CreateCommentArgs
return void