C# Class Rock.UniversalSearch.IndexModels.SitePageIndex

Site/Page Index
Inheritance: IndexModelBase
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

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

GetDocumentUrl() public méthode

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

LoadByModel() public static méthode

Loads the by model.
public static LoadByModel ( Site site ) : SitePageIndex
site Site The site.
Résultat SitePageIndex