Interface IRootPathFolderMapper
Interface for an instance of a IRootPathFolderMapper for managing the root path to data in SQL Race.
Namespace: MESL.SqlRace.Domain.Repositories.Filestream
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IRootPathFolderMapper : IDisposable
Methods
AddRootPath(String)
Adds a new root path.
Declaration
void AddRootPath(string additionalRootPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | additionalRootPath | The additional root path. |