DipenOriginal post
Rank 3: Container
[SOLVED] After updating the document security, I want to know which permission is given to specific document from the SDK, How can i get it?
Summary
To identify the permission of a document using the SDK:
1. List the documents.
2. Retrieve the document you want to check.
3. Look at the `$permissions` attribute on the document.
This solution was shared in a support thread and marked as solved.