MFFileHelperObjectFilesToSourceFiles(Vault, ObjectVersion) Method
Turns the object files of the passed version 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,
ObjectVersion objectVersion
)
- vault Vault
- The vault in which the files reside.
- objectVersion ObjectVersion
- The object's whose files to download.
SourceObjectFiles
SourceObjectFiles object where the downloaded file locations
are set as the SourceFilePath of each source file.