Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
After copying a file and changing some user properties using the code
mUploadTicket = fileStoreService.CopyFile(fileDownloadTickets[0].Bytes, mExt, true, prpRequests, out mResults);
Autodesk.Connectivity.WebServices.File mNewFile = documentService.AddUploadedFile(...)
the new file has a system property mismatch at Author and CreationDate.
Is there a way to perform a property sync (see attachment) so that the new Author and the new Date are written to the File?
Solved! Go to Solution.