C# Class SenseNet.DirectoryServices.SyncTree

Inheritance: IDisposable
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
ConnectToObject ( string objectPath ) : System.DirectoryServices.DirectoryEntry
ContainsADPath ( string objectADPath ) : bool
ContainsPortalPath ( string objectPortalPath ) : bool
Dispose ( ) : void
GetADObjectByGuid ( System.Guid guid ) : System.DirectoryServices.DirectoryEntry
GetADParentObjectPath ( string objectADPath ) : string
GetADPath ( string objectPortalPath ) : string
GetPortalParentPath ( string objectADPath ) : string
GetPortalPath ( string objectADPath ) : string
GetUsersUnderADObject ( System.DirectoryServices.DirectoryEntry searchRoot ) : System.DirectoryServices.SearchResultCollection
IsADPathExcluded ( string objectADPath ) : bool
IsPortalPathExcluded ( string objectPortalPath ) : bool
SearchADObjectByGuid ( System.Guid guid ) : System.DirectoryServices.SearchResultCollection

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

ConnectToObject() public méthode

public ConnectToObject ( string objectPath ) : System.DirectoryServices.DirectoryEntry
objectPath string
Résultat System.DirectoryServices.DirectoryEntry

ContainsADPath() public méthode

public ContainsADPath ( string objectADPath ) : bool
objectADPath string
Résultat bool

ContainsPortalPath() public méthode

public ContainsPortalPath ( string objectPortalPath ) : bool
objectPortalPath string
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetADObjectByGuid() public méthode

public GetADObjectByGuid ( System.Guid guid ) : System.DirectoryServices.DirectoryEntry
guid System.Guid
Résultat System.DirectoryServices.DirectoryEntry

GetADParentObjectPath() public méthode

public GetADParentObjectPath ( string objectADPath ) : string
objectADPath string
Résultat string

GetADPath() public méthode

public GetADPath ( string objectPortalPath ) : string
objectPortalPath string
Résultat string

GetPortalParentPath() public méthode

public GetPortalParentPath ( string objectADPath ) : string
objectADPath string
Résultat string

GetPortalPath() public méthode

public GetPortalPath ( string objectADPath ) : string
objectADPath string
Résultat string

GetUsersUnderADObject() public méthode

public GetUsersUnderADObject ( System.DirectoryServices.DirectoryEntry searchRoot ) : System.DirectoryServices.SearchResultCollection
searchRoot System.DirectoryServices.DirectoryEntry
Résultat System.DirectoryServices.SearchResultCollection

IsADPathExcluded() public méthode

public IsADPathExcluded ( string objectADPath ) : bool
objectADPath string
Résultat bool

IsPortalPathExcluded() public méthode

public IsPortalPathExcluded ( string objectPortalPath ) : bool
objectPortalPath string
Résultat bool

SearchADObjectByGuid() public méthode

public SearchADObjectByGuid ( System.Guid guid ) : System.DirectoryServices.SearchResultCollection
guid System.Guid
Résultat System.DirectoryServices.SearchResultCollection