MFFileHelperObjectFilesToSourceFiles Method (Vault, ObjectVersion) |
Turns the object files of the passed version into a SourceFiles collection
by downloading the files to a temporary location.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic static SourceObjectFiles ObjectFilesToSourceFiles(
Vault vault,
ObjectVersion objectVersion
)
Parameters
- vault
- Type: Vault
The vault in which the files reside. - objectVersion
- Type: ObjectVersion
The object's whose files to download.
Return Value
Type:
SourceObjectFiles
SourceObjectFiles object where the downloaded file locations
are set as the SourceFilePath of each source file.
See Also