DirectorySynchronizationOptions Enumeration
.NET Framework 4.5
Contains flags that determine how directories within a domain will be synchronized. These options can be set for the DirectorySynchronization.Option property.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Member name | Description | |
|---|---|---|
| IncrementalValues | If this flag is not present, all of the values, up to a server-specified limit, in a multi-valued attribute are returned when any value changes. If this flag is present, only the changed values are returned. | |
| None | No flags are set. | |
| ObjectSecurity | If this flag is not present, the caller must have the right to replicate changes. If this flag is present, the caller requires no rights, but is allowed to see only objects and attributes that are accessible to the caller. | |
| ParentsFirst | Return parents before children, when parents would otherwise appear later in the replication stream. | |
| PublicDataOnly | Do not return private data in the search results. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.