M-Files API 23.11.13135.0
AddFile Method
SourceObjectFiles Collection : AddFile Method
The title of the file to append.
The extension of the file to append.
The source path of the file to append.
Description
Adds a new source file to this collection.
Syntax
Visual Basic
Public Function AddFile( _
   ByVal Title As String, _
   ByVal Extension As String, _
   ByVal SourcePath As String _
) As SourceObjectFile
Parameters
Title
The title of the file to append.
Extension
The extension of the file to append.
SourcePath
The source path of the file to append.
See Also

SourceObjectFiles Collection  | SourceObjectFiles Members