This documentation is archived and is not being maintained.
DirectorySynchronizationOptions Enumeration
Visual Studio 2010
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.DirectoryServicesAssembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Member name | Description | |
|---|---|---|
| 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. | |
| 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: