SyncProjectAndCalendarStatus Enumeration |
Specifies whether the status date of the project or TODATE period in the calendar will be synchronize when advancing the calendar of a selected project.
Namespace:
Cobra.Model.WebService
Assembly:
Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax public enum SyncProjectAndCalendarStatus
Members
| Member name | Value | Description |
---|
| SyncProjectWithCalendarStatus | 0 |
If the calendar set 18 contains a TODATE label, the status date of the project will be updated to match the date in the TODATE calendar entry.
|
| SyncCalendarWithProjectStatus | 1 |
The TODATE period in the calendar will be updated to match the status date of the project.
|
See Also