MFFileHelper Class

Utility methods for file handling in M-Files.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static class MFFileHelper
Inheritance
Object    MFFileHelper

Methods

DeleteSourceFiles Deletes all source files in a source file collection.
ObjectFilesToSourceFiles(Vault, ObjVerEx) Turns the object files of the passed ObjVerEx into a SourceFiles collection by downloading the files to a temporary location.
ObjectFilesToSourceFiles(Vault, ObjectFiles) Turns an ObjectFiles collection into a SourceFiles collection by downloading the files to a temporary location.
ObjectFilesToSourceFiles(Vault, ObjectVersion) Turns the object files of the passed version into a SourceFiles collection by downloading the files to a temporary location.

See Also