ObjVerExReplaceFiles Method |
Replaces the object's existing files with the ones passed.
Does not change the objects single file value.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic void ReplaceFiles(
SourceObjectFiles files
)
Parameters
- files
- Type: SourceObjectFiles
The new files.
See Also