Method | 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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public ConnectToObject ( string objectPath ) : System.DirectoryServices.DirectoryEntry | ||
objectPath | string | |
return | System.DirectoryServices.DirectoryEntry |
public ContainsADPath ( string objectADPath ) : bool | ||
objectADPath | string | |
return | bool |
public ContainsPortalPath ( string objectPortalPath ) : bool | ||
objectPortalPath | string | |
return | bool |
public GetADObjectByGuid ( System.Guid guid ) : System.DirectoryServices.DirectoryEntry | ||
guid | System.Guid | |
return | System.DirectoryServices.DirectoryEntry |
public GetADParentObjectPath ( string objectADPath ) : string | ||
objectADPath | string | |
return | string |
public GetADPath ( string objectPortalPath ) : string | ||
objectPortalPath | string | |
return | string |
public GetPortalParentPath ( string objectADPath ) : string | ||
objectADPath | string | |
return | string |
public GetPortalPath ( string objectADPath ) : string | ||
objectADPath | string | |
return | string |
public GetUsersUnderADObject ( System.DirectoryServices.DirectoryEntry searchRoot ) : System.DirectoryServices.SearchResultCollection | ||
searchRoot | System.DirectoryServices.DirectoryEntry | |
return | System.DirectoryServices.SearchResultCollection |
public IsADPathExcluded ( string objectADPath ) : bool | ||
objectADPath | string | |
return | bool |
public IsPortalPathExcluded ( string objectPortalPath ) : bool | ||
objectPortalPath | string | |
return | bool |
public SearchADObjectByGuid ( System.Guid guid ) : System.DirectoryServices.SearchResultCollection | ||
guid | System.Guid | |
return | System.DirectoryServices.SearchResultCollection |