Enum InitialSynchronization
- Namespace
- combit.Reporting.ProjectConverter
- Assembly
- combit.ListLabel31.ProjectConverter.dll
Specifies whether to perform an initial synchronization of all repository items during startup.
public enum InitialSynchronization
Fields
IfCrossPlatformRepositoryIsEmpty = 2Only perform initial synchronization if the cross-platform repository is empty.
No = 1Do not perform initial synchronization on startup.
Yes = 0Perform initial synchronization on startup.