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

Content Channel Item 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 ( ContentChannelItem contentChannelItem ) : ContentChannelItemIndex

Loads the by model.

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

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

Formats the search result.
public FormatSearchResult ( Person person, object>.Dictionary displayOptions = null ) : FormattedSearchResult
person Person
displayOptions object>.Dictionary
Результат 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 ( ContentChannelItem contentChannelItem ) : ContentChannelItemIndex
contentChannelItem ContentChannelItem The content channel item.
Результат ContentChannelItemIndex