Show / Hide Table of Contents

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 Source

Create(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

  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX