Show / Hide Table of Contents

Class TextFilePropertyStoreOptions

The options for the TextFilePropertyStore

Inheritance
Object
TextFilePropertyStoreOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Props.Store.TextFile
Assembly:FubarDev.WebDavServer.Props.Store.TextFile.dll
Syntax
public class TextFilePropertyStoreOptions

Properties

| Improve this Doc View Source

EstimatedCost

Gets or sets the default estimated cost for querying the dead properties values

Declaration
public int EstimatedCost { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

RootFolder

Gets or sets the root folder where the properties are stored

Declaration
public string RootFolder { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

StoreInTargetFileSystem

Gets or sets a value indicating whether the properties are stored in the same place as the file system that's accessible to the user.

Declaration
public bool StoreInTargetFileSystem { get; set; }
Property Value
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX