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

SourceObjectFiles Collection  | SourceObjectFiles Members