Click or drag to resize

McDocumentsOpenFiles Method

Open an array of files either as a group or individually

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Function OpenFiles ( 
	filenames As String(),
	Optional visible As Boolean = true,
	Optional view As String = "",
	Optional mru As Boolean = true,
	Optional showError As Boolean = true
) As List(Of IMcDocument)

Parameters

filenames
Type: SystemString
visible (Optional)
Type: SystemBoolean
view (Optional)
Type: SystemString
mru (Optional)
Type: SystemBoolean
showError (Optional)
Type: SystemBoolean

Return Value

Type: ListIMcDocument
Remarks