asked on November 8, 2015
•
Show version history
In the LF Client, I have the option to retain the access rights when copying an entry.
In the SDK I am trying to copy a folder but it doesn't keep the access rights.
FolderInfo f = (FolderInfo)flChilds.GetEntryInfo(1); //Copy folder with new name ; FolderInfo nf = Folder.GetFolderInfo(f.CopyTo(lfMailboxPath + @"\" + userName, EntryNameOption.FoldersOnly),raSession);
With this code, the folder is copied but is inhering the rights of the parent folder automatically.
How can I keep the access rights in the SDK?
I also try using Entry.Copy() but is the same.
Thank you
Gian
0
0