Search Results for

    Show / Hide Table of Contents
    View Source

    Class GridPropertyIndexValueFactory

    Parses the grid value into indexable values

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class GridPropertyIndexValueFactory : IPropertyIndexValueFactory

    Methods

    View Source

    GetIndexValues(IProperty, String, String, Boolean)

    Declaration
    public IEnumerable<KeyValuePair<string, IEnumerable<object>>> GetIndexValues(IProperty property, string culture, string segment, bool published)
    Parameters
    Type Name Description
    IProperty property
    System.String culture
    System.String segment
    System.Boolean published
    Returns
    Type Description
    IEnumerable<KeyValuePair<System.String, IEnumerable<System.Object>>>
    View Source

    GetIndexValues(IProperty, String, String, Boolean, IEnumerable<String>)

    Declaration
    public IEnumerable<KeyValuePair<string, IEnumerable<object>>> GetIndexValues(IProperty property, string culture, string segment, bool published, IEnumerable<string> availableCultures)
    Parameters
    Type Name Description
    IProperty property
    System.String culture
    System.String segment
    System.Boolean published
    IEnumerable<System.String> availableCultures
    Returns
    Type Description
    IEnumerable<KeyValuePair<System.String, IEnumerable<System.Object>>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetIndexValues(IProperty, String, String, Boolean)
      • GetIndexValues(IProperty, String, String, Boolean, IEnumerable<String>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX