McDocumentsOpenFolder Method
|
|
Open one or several documents from files
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Function OpenFolder (
Optional directory As String = "",
Optional type As String = "",
Optional Visible As Boolean = true,
Optional view As String = ""
) As List(Of IMcDocument)
Parameters
- directory (Optional)
- Type: SystemString
- type (Optional)
- Type: SystemString
The optional type name of the requested documents - Visible (Optional)
- Type: SystemBoolean
Make the documents visible after loading them - view (Optional)
- Type: SystemString
The optional type name of the requested view when Visible is true
Return Value
Type:
ListIMcDocument
Remarks
See Also