FileStatus Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
An enumeration of FileStatus values.
Syntax
public enum FileStatus : System.Enum Public Enum FileStatus
Inherits System.EnumMembers
| Member | Description |
|---|---|
| NeedsUpdating | The file points dependencies or attachments that are not the latest version. |
| Unknown | The file status feature has been turned off. |
| UpToDate | The file has no dependencies or attachments or it has dependencies or attachments that are the latest version. |
Returned By
Where you get a FileStatus — members that return one.
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.FileStatus