Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Finding out which files have been updated or changed

1 REPLY 1
SOLVED
Reply
Message 1 of 2
ariegsecker
418 Views, 1 Reply

Finding out which files have been updated or changed

Hello All,

 

I am so lost. I am trying to find out which files in Vault get updated or changed (such as renamed). Is there a property or API I could look at? I'm assuming it's a type of archive bit like Windows does, but I have no idea. If anyone  has a link to methods or anything it would be very helpful.

 

Thank you.

C# .NET Framework 4
1 REPLY 1
Message 2 of 2
Redmond.D
in reply to: ariegsecker

Files have a property called Date Modified.  You can search on this property, for example, to find out which files were modified in the last 24 hours.

 

DocumentService.FindFilesBySearchConditions is the funciton you want.  Here is an article that should tell you most of what you need to know:  http://justonesandzeros.typepad.com/blog/2012/09/finding-by-search-conditions.html

 



Doug Redmond
Software Engineer
Autodesk, Inc.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report