Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateDateSortIndexer

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Delivery.Indexing.Sorts
    Assembly: Umbraco.Cms.Api.Delivery.dll
    Syntax
    public sealed class CreateDateSortIndexer : IContentIndexHandler

    Methods

    View Source

    GetFields()

    Declaration
    public IEnumerable<IndexField> GetFields()
    Returns
    Type Description
    IEnumerable<IndexField>
    View Source

    GetFieldValues(IContent, String)

    Declaration
    public IEnumerable<IndexFieldValue> GetFieldValues(IContent content, string culture)
    Parameters
    Type Name Description
    IContent content
    System.String culture
    Returns
    Type Description
    IEnumerable<IndexFieldValue>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetFields()
      • GetFieldValues(IContent, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX