Enum ActionStatus
The status of an action
Namespace:FubarDev.WebDavServer.Engines
Assembly:FubarDev.WebDavServer.dll
Syntax
public enum ActionStatus
Fields
Name | Description |
---|---|
CannotOverwrite | The target entry couldn't be overwritten, because a precondition failed. |
CleanupFailed | The cleanup failed after a collection was processed |
Created | The target entry was created |
CreateFailed | Creating the target entry failed |
Ignored | The entry was ignored |
OverwriteFailed | Overwrite operation failed |
Overwritten | The target entry was overwritten |
ParentFailed | An operation on a parent entry failed |
PropSetFailed | Setting the property/properties failed |
TargetDeleteFailed | Deleting the target element failed |