Click or drag to resize

AdvanceCalendarServiceArgumentsSyncProjectAndCalendarStatus Property

Determines whether the status date of the project and the calendar will be synchronized. Use SynchProjectWtihCalendarStatus to set the project's status date with the calendar's status date (TODATE). Use SyncCalendarWithProjectStatus to set the move the calendar's TODATE period to match the project's status date. Default is null which means no synchronizing will take place.

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 Nullable<SyncProjectAndCalendarStatus> SyncProjectAndCalendarStatus { get; set; }

Property Value

Type: NullableSyncProjectAndCalendarStatus
See Also