ObjVerExReplaceFiles Method

Replaces the object's existing files with the ones passed. Does not change the objects single file value.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void ReplaceFiles(
	SourceObjectFiles files
)

Parameters

files  SourceObjectFiles
The new files.

See Also