AdmDirectorySynchronization

The AdmDirectorySynchronization class represents a directory synchronization control to be used during a search.

Inheritance: Object

Namespace: Softerra.Adaxes.Adsi

Constructors

Methods

Properties

  • Property

  • Description

  • Options

  • Gets or sets the synchronization options to be used by the search.

Details

AdmDirectorySynchronization()

Initializes a new instance of the AdmDirectorySynchronization class.

AdmDirectorySynchronization()

Initializes a new instance of the AdmDirectorySynchronization class with the specified synchronization options and the cookie that was returned by the previous search.

AdmDirectorySynchronization(AdmDirectorySynchronizationOptions options, Byte[] cookie)

Parameters

  • options - Specifies synchronization options to be used by the search.
  • cookie - Contains the cookie that was returned by the previous search

AdmDirectorySynchronization(AdmDirectorySynchronization)

Initializes a new instance of the AdmDirectorySynchronization class and copies all information from another directory synchronization control represented by the AdmDirectorySynchronization class.

AdmDirectorySynchronization(AdmDirectorySynchronization otherDirSync)

GetCookie()

Gets the search cookie.

Byte[] GetCookie()

Options

Gets or sets the synchronization options to be used by the search.


Requirements

Minimum required version: 2009.1

See also