Interface IPropertyStoreFactory
The interface for a property store factory
Namespace:FubarDev.WebDavServer.Props.Store
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IPropertyStoreFactory
Methods
| Improve this Doc View SourceCreate(IFileSystem)
Creates/gets a property store for a file system
Declaration
IPropertyStore Create(IFileSystem fileSystem)
Parameters
Type | Name | Description |
---|---|---|
IFileSystem | fileSystem | The file system to get/create the property store for |
Returns
Type | Description |
---|---|
IPropertyStore | The property store for the fileSystem |