This documentation is archived and is not being maintained.
UserSyncSettings enumeration
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:
WebSvcAdminAssembly:
ProjectServerServices (in ProjectServerServices.dll)
No code example is currently available or this language may not be supported.
| Member name | Description |
|---|
| Enabled | Value=1 (incorrect). Enable all synchronizations. The correct value = 0. |
| DisablePWA | Value=2 (incorrect). Disable synchronization with Project Web App. The correct value = 1. |
| DisablePWS | Value=4 (incorrect). Disable synchronization with project sites. The correct value = 2. |
| DisableEmailSync | Value=8 (incorrect). Disable email synchronization. The correct value = 3. |
| DisableAll | Value=16 (incorrect). Disable all synchronizations. The correct value = 4. |
| DisableVisbilityProjects | |
| DisableEverything | |