Enum IndeterminateResolution
Specifies the resolution action to take for files with indeterminate status in a repository.
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public enum IndeterminateResolution
Fields
| Name | Description |
|---|---|
| Delete | Indicates that the file should be deleted from the repository. |
| Keep | Indicates that the file should be kept in the repository. |