|
| enum | LkSourceType : byte {
LoginScope,
ProjectCenter,
Project,
Phase,
Elevation,
ElevationInstance,
Document
} |
| |
| enum | SynchronizedEventAction { Changed,
Added,
Removed
} |
| |
| enum | SynchronizedEventObject {
Directory,
Project,
Phase,
Elevation,
ElevationInstance,
Document
} |
| |
| enum | SynchronizedThreadStatus { Started,
Cancelled,
Finished,
Failed
} |
| |