Class ContentIndexSchemaExtender
- Namespace
- Dynamicweb.Content
- Assembly
- Dynamicweb.dll
The ContentIndexSchemaExtender returns the fields that the pages, paragraphs and items support.
public class ContentIndexSchemaExtender : IIndexSchemaExtender
- Inheritance
-
ContentIndexSchemaExtender
- Implements
- Inherited Members
Methods
GetFields()
Returns the fields that this provider supports - a list of page, paragraph and item fields.
public IEnumerable<FieldDefinitionBase> GetFields()
Returns
- IEnumerable<FieldDefinitionBase>
- Generic.IEnumerable(Of Indexing.Schemas.FieldDefinitionBase).
- See Also