C# Class SenseNet.DirectoryServices.SyncTree

Inheritance: IDisposable
显示文件 Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

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

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

ConnectToObject() public method

public ConnectToObject ( string objectPath ) : System.DirectoryServices.DirectoryEntry
objectPath string
return System.DirectoryServices.DirectoryEntry

ContainsADPath() public method

public ContainsADPath ( string objectADPath ) : bool
objectADPath string
return bool

ContainsPortalPath() public method

public ContainsPortalPath ( string objectPortalPath ) : bool
objectPortalPath string
return bool

Dispose() public method

public Dispose ( ) : void
return void

GetADObjectByGuid() public method

public GetADObjectByGuid ( System.Guid guid ) : System.DirectoryServices.DirectoryEntry
guid System.Guid
return System.DirectoryServices.DirectoryEntry

GetADParentObjectPath() public method

public GetADParentObjectPath ( string objectADPath ) : string
objectADPath string
return string

GetADPath() public method

public GetADPath ( string objectPortalPath ) : string
objectPortalPath string
return string

GetPortalParentPath() public method

public GetPortalParentPath ( string objectADPath ) : string
objectADPath string
return string

GetPortalPath() public method

public GetPortalPath ( string objectADPath ) : string
objectADPath string
return string

GetUsersUnderADObject() public method

public GetUsersUnderADObject ( System.DirectoryServices.DirectoryEntry searchRoot ) : System.DirectoryServices.SearchResultCollection
searchRoot System.DirectoryServices.DirectoryEntry
return System.DirectoryServices.SearchResultCollection

IsADPathExcluded() public method

public IsADPathExcluded ( string objectADPath ) : bool
objectADPath string
return bool

IsPortalPathExcluded() public method

public IsPortalPathExcluded ( string objectPortalPath ) : bool
objectPortalPath string
return bool

SearchADObjectByGuid() public method

public SearchADObjectByGuid ( System.Guid guid ) : System.DirectoryServices.SearchResultCollection
guid System.Guid
return System.DirectoryServices.SearchResultCollection