Table of Contents

Class FolderBasedRepository

Namespace
ToSic.Eav.Repositories.Sys
Assembly
ToSic.Eav.Persistence.dll

Use this to tell the EAV at boot time that there is another folder based repository. This will cause the EAV to load that folders Content-Types and Queries.

[PublicApi]
public abstract class FolderBasedRepository : RepositoryBase, IHasLog
Inheritance
object
RepositoryBase
FolderBasedRepository
Implements
Inherited Members

Constructors

FolderBasedRepository()

Empty constructor is very important, as this is typically used by inheriting classes

protected FolderBasedRepository()

Properties

RootPaths

public abstract List<string> RootPaths { get; }

Property Value

List<string>