DirectorySynchronizationOptions Enum

Definition

Contains flags that determine how directories within a domain will be synchronized. These options can be set for the Option property.

This enumeration supports a bitwise combination of its member values.

public enum class DirectorySynchronizationOptions
[System.Flags]
public enum DirectorySynchronizationOptions
[<System.Flags>]
type DirectorySynchronizationOptions = 
Public Enum DirectorySynchronizationOptions
Inheritance
DirectorySynchronizationOptions
Attributes

Fields

IncrementalValues 2147483648

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 0

No flags are set.

ObjectSecurity 1

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 2048

Return parents before children, when parents would otherwise appear later in the replication stream.

PublicDataOnly 8192

Do not return private data in the search results.

Applies to