Fixed:
When changing primary email address, upn is changed as well. UPN is not changes anymore When deleting user: leaf object error. Fixed: object delete methods extended with delete Tree Lync Global Plans cannot be deleted, fixed
This commit is contained in:
parent
e5156eb0cd
commit
51c9c74a2f
4 changed files with 16 additions and 6 deletions
|
@ -113,7 +113,8 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
DirectoryEntry parent = entry.Parent;
|
||||
if (parent != null)
|
||||
{
|
||||
parent.Children.Remove(entry);
|
||||
//parent.Children.Remove(entry);
|
||||
entry.DeleteTree();
|
||||
parent.CommitChanges();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue