How to call a folder in DNG for API script appending name
I have a script that appends the name of our DNG artifacts based on artifact type and a few custom attributes. I'd like to add a folder call into the name appending script but am not sure out to do it. The folder does not seem to be a part of the RM.Data container in the script catalog. Any ideas?
Here's a snippet from my code:
// Change Names to include abbreviations
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
I checked the RM Extension API specification and could see no "folder" at all. And "parent" does not appear as an attribute either. I guess you're out of luck here.