Enum SelectionResultType
The status of a selection result
Namespace:FubarDev.WebDavServer.FileSystem
Assembly:FubarDev.WebDavServer.dll
Syntax
public enum SelectionResultType
Fields
Name | Description |
---|---|
FoundCollection | A collection was found |
FoundDocument | A document was found |
MissingCollection | A collection was missing |
MissingDocumentOrCollection | A document or collection was missing |