Click or drag to resize

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.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public enum SyncProjectAndCalendarStatus
Members
  Member nameValueDescription
SynchProjectWtihCalendarStatus0 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.
SyncCalendarWithProjectStatus1 The TODATE period in the calendar will be updated to match the status date of the project.
See Also