Autodesk Vault API - Renaming Files -
i new autodesk vault professional. have task rename files stored in database. there around 2000 files , there pattern how new name like. have searched, googled on net did not find related except use file wizard manually rename file 1 one. think can done through vault api. has experience or idea how it?
you need check out file (with filemanager.acquirefiles), check in new filename (7th argument of filemanager.checkinfile, newfilename)
Comments
Post a Comment