Click or drag to resize

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.3.623.2
Syntax
public 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