Click or drag to resize
FileHandlerExtension Methods

The FileHandlerExtension type exposes the following members.

Methods
  NameDescription
Public methodBatchProcessAfterConversions
Called after Batch conversion has finished. Use as such: var fileMappings = poFileMappings.Cast<CTEngineLib.CTGeneric>().ToList(); var overriddenProperties = poOverridenProperties.Cast<CTEngineLib.CTGeneric>().ToList();
Public methodBeforeAddToPrintList
Pre notifies when a file is added to the print list
Public methodFileSaveCompleted
Post notification for save events, when CT core has finished all operations.
Public methodFinalizeFilesInStructure
Called for components/drawings that were requested at NotifyAddingToStructure. Note that files -argument may contain also other files than those requested by this as any extension may request a file to be addeed to the finalization.
Public methodGetParent
Must implement. Return parent CTExtension of this extension interface.
Public methodGetParentDrawings
Return filenames of drawings that reference to given filename and configuration.
Public methodGetParentModels
Return filenames of models that reference to given model and configuration.
Public methodImportSavedFile
Notification given on file save and at Import. Allow performing extra work to outside system for those file, and to prevent CT from importing files to its DB.
Public methodNotifyAddingToStructure
Notification when a component or a drawing is added to the structure
Public methodPreConvert
Called just before the document is converted into another format using given rule.
Public methodPrepareStructure
Prepare given filename/configuration for structure retrieval
Public methodPreSaveFile
Notification that is send when a file is saved with given name. This is called only when CT has programmatically called save or CT has overridden the save dialog. These are the only cases we can be sure about the resulting target filename before its creation. ImportSavedFile is called in all save cases but after the document is already saved.
Top
See Also