McDocumentsOpenFile Method
|
|
Open one document from file
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Function OpenFile (
filename As String,
visible As Boolean,
Optional view As String = "",
Optional mru As Boolean = true,
Optional showError As Boolean = true
) As IMcDocument
Parameters
- filename
- Type: SystemString
The document file - visible
- Type: SystemBoolean
- view (Optional)
- Type: SystemString
The optional type name of the requested view when Visible is true - mru (Optional)
- Type: SystemBoolean
- showError (Optional)
- Type: SystemBoolean
Return Value
Type:
IMcDocument
Remarks
See Also