MFFileHelperObjectFilesToSourceFiles Method (Vault, ObjVerEx) |
Turns the object files of the passed ObjVerEx 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
Syntaxpublic static SourceObjectFiles ObjectFilesToSourceFiles(
Vault vault,
ObjVerEx objVerEx
)
Public Shared Function ObjectFilesToSourceFiles (
vault As Vault,
objVerEx As ObjVerEx
) As SourceObjectFiles
public:
static SourceObjectFiles^ ObjectFilesToSourceFiles(
Vault^ vault,
ObjVerEx^ objVerEx
)
Parameters
- vault
- Type: Vault
The vault in which the files reside. - objVerEx
- Type: MFiles.VAF.CommonObjVerEx
The a reference to 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