Class DefaultPropertyIndexValueFactory
Provides a default implementation for
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class DefaultPropertyIndexValueFactory : IPropertyIndexValueFactory
Methods
View SourceGetIndexValues(IProperty, String, String, Boolean, IEnumerable<String>, IDictionary<Guid, IContentType>)
Declaration
public IEnumerable<KeyValuePair<string, IEnumerable<object>>> GetIndexValues(IProperty property, string culture, string segment, bool published, IEnumerable<string> availableCultures, IDictionary<Guid, IContentType> contentTypeDictionary)
Parameters
Type | Name | Description |
---|---|---|
IProperty | property | |
System.String | culture | |
System.String | segment | |
System.Boolean | published | |
IEnumerable<System.String> | availableCultures | |
IDictionary<Guid, IContentType> | contentTypeDictionary |
Returns
Type | Description |
---|---|
IEnumerable<KeyValuePair<System.String, IEnumerable<System.Object>>> |