I'm working on some scripts to streamline how my team interacts with our SDL Publication Manager / Knowlege Center (v12.0.2417.0).
I've gotten the Content Manager API calls for DocumentObj working to get a file out of the repository and decode the file content. However, what I'd like to do next is save that file into the user's Local Storage folder. Ideally, I'd like an API call that will do this so I can avoid having to find the local storage location and re-create the correct local storage meta-data file format.
Does an API call exist for this? If not, is there documentation that would help me to pull the local storage directory out of the user's Publication Manager settings?