Table of Contents

Class UserIndexSchemaExtender

Namespace
Dynamicweb.Security.UserManagement.Indexing
Assembly
Dynamicweb.Core.dll

This is the IIndexSchemaExtender implementation that matches the UserIndexBuilder

public class UserIndexSchemaExtender : IIndexSchemaExtender
Inheritance
UserIndexSchemaExtender
Implements
Inherited Members

Methods

GetFields()

Gets the field definitions

public IEnumerable<FieldDefinitionBase> GetFields()

Returns

IEnumerable<FieldDefinitionBase>

The field definitions

To top