Method |
Description |
|
CreateADContainer ( SyncTree syncTree, string parentADPath, Node node ) : void |
|
|
CreateADGroup ( SyncTree syncTree, string parentADPath, Node node ) : void |
|
|
CreateADOrgUnit ( SyncTree syncTree, string parentADPath, Node node ) : void |
|
|
CreateADUser ( SyncTree syncTree, string parentADPath, User user, string passwd ) : void |
|
|
GetADObjectByGuid ( System.Guid guid ) : SyncTreeADObject |
|
|
GetSyncTreeContainingPortalPath ( string path ) : SyncTree |
|
|
MoveADObjectIfNecessary ( System.DirectoryServices.DirectoryEntry entry, SyncTree entrySyncTree, Node node, string newPath ) : void |
|
|
UpdateADContainerProperties ( System.DirectoryServices.DirectoryEntry entry, SyncTree entrySyncTree, Node node, string newPath, string passwd ) : void |
|
|
UpdateADGroupCustomProperies ( System.DirectoryServices.DirectoryEntry entry, Node node ) : void |
|
|
UpdateADObject ( Node node, string newPath, string passwd, Action UpdateObjectProperties ) : void |
|
|
UpdateADUserProperties ( System.DirectoryServices.DirectoryEntry entry, SyncTree entrySyncTree, Node node, string newPath, string passwd ) : void |
|
|