Local File versions not reflecting remote file versions
Moderator: SourceGear
Do you mean using a VaultClientFile constructor instead of getting an instance from the treecache? If so can i pass the original vcfile to be copied as a parameter, or if using the default no-params constructor, what properties need to be set on the new instance so that it represents the correct file eg. FullPath?Instead of getting the version, setting it to the one you desire, and then setting it back, can you try creating a new VaultClientFile object, set its version, and then pass that to Get()?