Hi,
For online when we want to save the modified content, we actually assign the OpenParms.relatedContent to the protected document's account context as parameter of irmOpenContent function call, and it will create a new protected document(new record in IRM Server), by using IRM Client Integration API.
Now we are trying to do the same thing but in offline mode, so without connecting to IRM Server, irmOpenContent function call with OpenParms.relatedContent as parameter will return error. So during offline access, even the user (or owner) has EDIT permission on the document, he is not able to save the document after he modified it.
Is there a way to perform offline editing (and save) like IRM Client for Microsoft Office?
Thanks