Class FolderBasedRepository
- Namespace
 - ToSic.Eav.Repositories
 
- Assembly
 - ToSic.Eav.Core.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
 - 
      objectServiceBaseRepositoryBaseFolderBasedRepository
 
- Implements
 
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; }