Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

File security settings

2 REPLIES 2
Reply
Message 1 of 3
Alexey.Terno
370 Views, 2 Replies

File security settings

Can I get file security settings?

I can get folder ACL using "SecurityService.GetACLsByEntityIds" but I get 283 error if i try use this function for files.

2 REPLIES 2
Message 2 of 3
minkd
in reply to: Alexey.Terno

283 indicates "Bad Entity Id". What ID are you passing to the method?   For files, ACLs apply to all versions of the file so I think you need to pass the file's masterID to that method.

 

-Dave



Dave Mink
Fusion Lifecycle
Autodesk, Inc.
Message 3 of 3
Alexey_Terno
in reply to: minkd

Yes - it's works!

 

Thank you, Dave!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report