Class GridPropertyIndexValueFactory
Parses the grid value into indexable values
Inheritance
System.Object
Namespace: Umbraco.Web.PropertyEditors
Assembly: Umbraco.Web.dll
Syntax
public class GridPropertyIndexValueFactory : IPropertyIndexValueFactory
Methods
View SourceGetIndexValues(Property, String, String, Boolean)
Declaration
public IEnumerable<KeyValuePair<string, IEnumerable<object>>> GetIndexValues(Property property, string culture, string segment, bool published)
Parameters
Type | Name | Description |
---|---|---|
Property | property | |
System.String | culture | |
System.String | segment | |
System.Boolean | published |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Collections.Generic.IEnumerable<System.Object>>> |