Click or drag to resize

McControllersGetDocumentFormats Method

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub GetDocumentFormats ( 
	type As Object,
	mode As IMcDocumentControllermcDocumentControllerMode,
	ByRef formats As Dictionary(Of String, String),
	ByRef controls As Dictionary(Of String, Object)
)

Parameters

type
Type: SystemObject
mode
Type: MediaCy.IQL.ApplicationIMcDocumentControllermcDocumentControllerMode
formats
Type: System.Collections.GenericDictionaryString, String
controls
Type: System.Collections.GenericDictionaryString, Object
See Also