This documentation is archived and is not being maintained.
DirectorySynchronizationOptions Enumeration
Visual Studio 2008
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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: