  | FileHandlerExtensionImportSavedFile Method | 
            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.
            
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual bool ImportSavedFile(
	string bsFilename,
	ref bool pbAllowCTImport
)
Public Overridable Function ImportSavedFile ( 
	bsFilename As String,
	ByRef pbAllowCTImport As Boolean
) As Boolean
Parameters
- bsFilename  String
 - File that's about to be imported
 - pbAllowCTImport  Boolean
 - Set to false and return true if you wish to prevent CT from importing the file.
 
Return Value
BooleanReturn true if core should handle pbAllowCTImport argument
Revision History| Date | Version | Description | 
|---|
| - | 2019 SP0 | First Release | 
See Also