AdmSearchResult

The AdmSearchResult class implements the IAdmSearchResult interface.

Inheritance: The AdmSearchResult class implements the IAdmSearchResult interface.

Namespace: Softerra.Adaxes.Adsi

Constructors

  • Constructor

  • Description

  • AdmSearchResult()

  • Initializes a new instance of the AdmSearchResult class.

  • AdmSearchResult(AdsPath)

  • Initializes a new instance of the AdmSearchResult class with the ADS path of the directory object represented by the search result.

  • AdmSearchResult(IAdmSearchResult)

  • Initializes a new instance of the AdmSearchResult class and copies all search result properties from the specified search result entry.

Properties

  • Property

  • Description

  • AdsPath

  • Gets or sets the ADS path of the search result entry.

  • ObjectType

  • Gets the type of the directory object that this search result entry represents. The property gets a string that contains the name of an object class as defined in your directory schema (e.g. "user", "group", "organizationalUnit").

  • Properties

  • Gets a collection of directory object properties in this search result entry.

Details

AdmSearchResult()

Initializes a new instance of the AdmSearchResult class.

AdmSearchResult()

AdmSearchResult(AdsPath)

Initializes a new instance of the AdmSearchResult class with the ADS path of the directory object represented by the search result.

AdmSearchResult(AdsPath adsPath)

Parameters

The adsPath parameter contains the ADS path of the directory object that this class represents.


AdmSearchResult(IAdmSearchResult)

Initializes a new instance of the AdmSearchResult class and copies all search result properties from the specified search result entry.

AdmSearchResult(IAdmSearchResult searchResult)

Parameters

The searchResult parameter specifies the search result entry to copy the properties from.


AdsPath

Gets or sets the ADS path of the search result entry.


ObjectType

Gets the type of the directory object that this search result entry represents. The property gets a string that contains the name of an object class as defined in your directory schema (e.g. "user", "group", "organizationalUnit").

  • Type:
  • string
  • Access:
  • Read-only

Properties

Gets a collection of directory object properties in this search result entry.


Requirements

Minimum required version: 2009.1

See also