C# Class Sitecore.Modules.WeBlog.Pipelines.GetSummary.AutoGenerate

Inheritance: GetSummaryProcessorBase
Mostra file Open project: WeTeam/WeBlog Class Usage Examples

Public Methods

Method Description
AutoGenerate ( ) : HtmlAgilityPack

Protected Methods

Method Description
FindLimitIndex ( HtmlNode currentNode, int &currentCount, int maxCount ) : int
GetMaximumCharacterCount ( ) : int
GetMoreString ( ) : string
GetSummary ( GetSummaryArgs args ) : void

Method Details

AutoGenerate() public method

public AutoGenerate ( ) : HtmlAgilityPack
return HtmlAgilityPack

FindLimitIndex() protected method

protected FindLimitIndex ( HtmlNode currentNode, int &currentCount, int maxCount ) : int
currentNode HtmlAgilityPack.HtmlNode
currentCount int
maxCount int
return int

GetMaximumCharacterCount() protected method

protected GetMaximumCharacterCount ( ) : int
return int

GetMoreString() protected method

protected GetMoreString ( ) : string
return string

GetSummary() protected method

protected GetSummary ( GetSummaryArgs args ) : void
args GetSummaryArgs
return void