MFFileHelperObjectFilesToSourceFiles(Vault, ObjVerEx) Method
Turns the object files of the passed ObjVerEx into a SourceFiles collection
by downloading the files to a temporary location.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static SourceObjectFiles ObjectFilesToSourceFiles(
Vault vault,
ObjVerEx objVerEx
)
- vault Vault
- The vault in which the files reside.
- objVerEx ObjVerEx
- The a reference to the object's whose files to download.
SourceObjectFiles
SourceObjectFiles object where the downloaded file locations
are set as the SourceFilePath of each source file.