ObjVerID property of VaultHistoryItem
Posted: Thu Dec 17, 2009 6:03 pm
I'd like to ask if it's possible to figure out that history item's version number using the ObjVerID property of VaultHistoryItem.
I have examined the Version property as well, but it doesn't always return the correct value. Sometimes, the value returned seems to be a very large integer, one that I know is not the real version. It seems like it's returning some type of ID. I also realize that by looking at the actual transaction, getting the item version might be possible but that seems to be terribly slow in loop of more than 100,000 items.
I was hoping to find a method that could find the version object by looking at the ObjVerID. (I do have the full path available)
Any suggestions ?
I have examined the Version property as well, but it doesn't always return the correct value. Sometimes, the value returned seems to be a very large integer, one that I know is not the real version. It seems like it's returning some type of ID. I also realize that by looking at the actual transaction, getting the item version might be possible but that seems to be terribly slow in loop of more than 100,000 items.
I was hoping to find a method that could find the version object by looking at the ObjVerID. (I do have the full path available)
Any suggestions ?