Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
richterBKSAC
in reply to: richterBKSAC

I've been digging a little in the VaultSDK.chm file and found a possible route, although I don't know to put it into code yet. Maybe someone could tell me if this route would be possible and/or provide some code.

  1. get the entityID of the active Inventor file 
  2. get the FolderID of the parent folder (from the file class)
    1. use GetPropertiesByEntityIds (PropertyService class) to get the desired property values
  3. get the ParID with the FolderID (Folder class) to get the ID of the folder above the current folder
    1. repeat step 2.1