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<IndexValue> GetIndexValues(IProperty property, string culture, string segment, bool published, IEnumerable<string> availableCultures, IDictionary<Guid, IContentType> contentTypeDictionary)
Parameters
Type | Name | Description |
---|---|---|
IProperty | property | |
System. |
culture | |
System. |
segment | |
System. |
published | |
IEnumerable<System. |
availableCultures | |
IDictionary<Guid, IContent |
contentTypeDictionary |
Returns
Type | Description |
---|---|
IEnumerable<Index |