Click or drag to resize

FileHandlerExtensionPreSaveFile Method

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.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual void PreSaveFile(
	string oFilename
)

Parameters

oFilename  String
Name file that is saved
Revision History
DateVersionDescription
-2019 SP0First Release
See Also