C# Класс Rock.UniversalSearch.IndexModels.SitePageIndex

Site/Page Index
Наследование: IndexModelBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

FormatSearchResult() публичный Метод

Formats the search result.
public FormatSearchResult ( Person person, object>.Dictionary displayOptions = null ) : FormattedSearchResult
person Person The person.
displayOptions object>.Dictionary The display options.
Результат FormattedSearchResult

GetDocumentUrl() публичный Метод

Gets the document URL.
public GetDocumentUrl ( object>.Dictionary displayOptions = null ) : string
displayOptions object>.Dictionary
Результат string

LoadByModel() публичный статический Метод

Loads the by model.
public static LoadByModel ( Site site ) : SitePageIndex
site Site The site.
Результат SitePageIndex