MFFileHelperObjectFilesToSourceFiles(Vault, ObjectVersion) Method

Turns the object files of the passed version into a SourceFiles collection by downloading the files to a temporary location.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static SourceObjectFiles ObjectFilesToSourceFiles(
	Vault vault,
	ObjectVersion objectVersion
)

Parameters

vault  Vault
The vault in which the files reside.
objectVersion  ObjectVersion
The object's whose files to download.

Return Value

SourceObjectFiles
SourceObjectFiles object where the downloaded file locations are set as the SourceFilePath of each source file.

See Also