- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a question about setting the 'Security Override' option of folders in Vault.
Is it possible to enable/disable this using the Vault API?
I want to use this on a project to copy folders in Vault and also the Folder ACLs (see attachment).
Creating the folders and copying the Folder ACLs i have already working using the following statements:
WebServiceManager.DocumentService.AddFolder(TargetFolder)
WebServiceManager.SecurityService.GetACLsByEntityIds(SourceFolder)
WebServiceManager.SecurityService.UpdateACL(TargetFolder)
I only need to set the 'Security Override' option now programmatically.
Any suggestions?
I'am using Vault Proffesional 2012, build 17.1.16.0 and Visual C# 2010 SP1
Kind regards, Frank
Solved! Go to Solution.