C# Class Rock.UniversalSearch.IndexModels.SitePageIndex

Site/Page Index
Inheritance: IndexModelBase
Show file Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FormatSearchResult ( Person person, object>.Dictionary displayOptions = null ) : FormattedSearchResult

Formats the search result.

GetDocumentUrl ( object>.Dictionary displayOptions = null ) : string

Gets the document URL.

LoadByModel ( Site site ) : SitePageIndex

Loads the by model.

Method Details

FormatSearchResult() public method

Formats the search result.
public FormatSearchResult ( Person person, object>.Dictionary displayOptions = null ) : FormattedSearchResult
person Person The person.
displayOptions object>.Dictionary The display options.
return FormattedSearchResult

GetDocumentUrl() public method

Gets the document URL.
public GetDocumentUrl ( object>.Dictionary displayOptions = null ) : string
displayOptions object>.Dictionary
return string

LoadByModel() public static method

Loads the by model.
public static LoadByModel ( Site site ) : SitePageIndex
site Site The site.
return SitePageIndex