MFFileHelperObjectFilesToSourceFiles(Vault, ObjVerEx) Method

Turns the object files of the passed ObjVerEx 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,
	ObjVerEx objVerEx
)

Parameters

vault  Vault
The vault in which the files reside.
objVerEx  ObjVerEx
The a reference to 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