Table of Contents

Class FileIndexSchemaExtender

Namespace
Dynamicweb.Content.Files
Assembly
Dynamicweb.dll
public class FileIndexSchemaExtender : IIndexSchemaExtender
Inheritance
FileIndexSchemaExtender
Implements
Inherited Members

Constructors

FileIndexSchemaExtender()

public FileIndexSchemaExtender()

FileIndexSchemaExtender(bool)

public FileIndexSchemaExtender(bool skipMetadata)

Parameters

skipMetadata bool

FileIndexSchemaExtender(bool, bool)

public FileIndexSchemaExtender(bool skipMetadata, bool skipDWMetadata)

Parameters

skipMetadata bool
skipDWMetadata bool

Methods

GetFields()

public IEnumerable<FieldDefinitionBase> GetFields()

Returns

IEnumerable<FieldDefinitionBase>
To top