Click or drag to resize

WriteBackHandler.moExtTargetCache Field

Contains file to extension + id mapping for better performance

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected Dictionary<string, Tuple<string, byte[]>> moExtTargetCache

Field Value

Dictionary<String, Tuple<String, Byte[]>>
See Also