C# 클래스 SenseNet.DirectoryServices.SyncTree

상속: IDisposable
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

ConnectToObject() 공개 메소드

public ConnectToObject ( string objectPath ) : System.DirectoryServices.DirectoryEntry
objectPath string
리턴 System.DirectoryServices.DirectoryEntry

ContainsADPath() 공개 메소드

public ContainsADPath ( string objectADPath ) : bool
objectADPath string
리턴 bool

ContainsPortalPath() 공개 메소드

public ContainsPortalPath ( string objectPortalPath ) : bool
objectPortalPath string
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetADObjectByGuid() 공개 메소드

public GetADObjectByGuid ( System.Guid guid ) : System.DirectoryServices.DirectoryEntry
guid System.Guid
리턴 System.DirectoryServices.DirectoryEntry

GetADParentObjectPath() 공개 메소드

public GetADParentObjectPath ( string objectADPath ) : string
objectADPath string
리턴 string

GetADPath() 공개 메소드

public GetADPath ( string objectPortalPath ) : string
objectPortalPath string
리턴 string

GetPortalParentPath() 공개 메소드

public GetPortalParentPath ( string objectADPath ) : string
objectADPath string
리턴 string

GetPortalPath() 공개 메소드

public GetPortalPath ( string objectADPath ) : string
objectADPath string
리턴 string

GetUsersUnderADObject() 공개 메소드

public GetUsersUnderADObject ( System.DirectoryServices.DirectoryEntry searchRoot ) : System.DirectoryServices.SearchResultCollection
searchRoot System.DirectoryServices.DirectoryEntry
리턴 System.DirectoryServices.SearchResultCollection

IsADPathExcluded() 공개 메소드

public IsADPathExcluded ( string objectADPath ) : bool
objectADPath string
리턴 bool

IsPortalPathExcluded() 공개 메소드

public IsPortalPathExcluded ( string objectPortalPath ) : bool
objectPortalPath string
리턴 bool

SearchADObjectByGuid() 공개 메소드

public SearchADObjectByGuid ( System.Guid guid ) : System.DirectoryServices.SearchResultCollection
guid System.Guid
리턴 System.DirectoryServices.SearchResultCollection