Interface IFileSystemPropertyStore
Interface for a property store that stores the properties on the local file system
Inherited Members
Namespace:FubarDev.WebDavServer.Props.Store
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IFileSystemPropertyStore : IPropertyStore
Methods
| Improve this Doc View SourceIgnoreEntry(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 |