Show / Hide Table of Contents

Interface IFileSystemPropertyStore

Interface for a property store that stores the properties on the local file system

Inherited Members
IPropertyStore.Cost
IPropertyStore.GetAsync(IEntry, XName, CancellationToken)
IPropertyStore.SetAsync(IEntry, XElement, CancellationToken)
IPropertyStore.RemoveAsync(IEntry, XName, CancellationToken)
IPropertyStore.GetAsync(IEntry, CancellationToken)
IPropertyStore.SetAsync(IEntry, IEnumerable<XElement>, CancellationToken)
IPropertyStore.RemoveAsync(IEntry, IEnumerable<XName>, CancellationToken)
IPropertyStore.RemoveAsync(IEntry, CancellationToken)
IPropertyStore.Create(IEntry, XName)
IPropertyStore.LoadAsync(IEntry, XName, CancellationToken)
IPropertyStore.LoadAsync(IEntry, CancellationToken)
IPropertyStore.GetETagAsync(IEntry, CancellationToken)
IPropertyStore.UpdateETagAsync(IEntry, CancellationToken)
Namespace:FubarDev.WebDavServer.Props.Store
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IFileSystemPropertyStore : IPropertyStore

Methods

| Improve this Doc View Source

IgnoreEntry(IEntry)

Determines whether the given entry should be ignored when the client performs a PROPFIND

Declaration
bool IgnoreEntry(IEntry entry)
Parameters
Type Name Description
IEntry entry

The entry that needs to be checked if it should be ignored

Returns
Type Description
Boolean

true when the entry should be ignored

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