Enum LocalFileState
The status of the local file in relation to the file stored on the project server
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public enum LocalFileState
Fields
Name | Description |
---|---|
Conflict | This file is in conflict with the file on the project server |
Missing | There is a file on the server but no file on the local file system to work on this file you should download the file from the project server |
Modified | This file has been modified and not yet updated to the project server |
New | This is a new file not yet published on the project server |
None | This file isnot linked to a project server |
OutOfDate | The local copy of the file is out of date and a new version of the file should be retrieved from the project server |
UpToDate | The file is the same as the one on the server |