View Source
Class DescendantsSelectorIndexer
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Delivery.dll
Syntax
public sealed class DescendantsSelectorIndexer : IContentIndexHandler
Constructors
View Source
DescendantsSelectorIndexer(IEntityService)
Declaration
public DescendantsSelectorIndexer(IEntityService entityService)
Parameters
| Type |
Name |
Description |
| IEntityService |
entityService |
|
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> |
|