Click or drag to resize

McTrackingAddinGetDocumentFormats Method

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

Parameters

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