Click or drag to resize

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.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual bool ImportSavedFile(
	string bsFilename,
	ref bool pbAllowCTImport
)

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

Boolean
Return true if core should handle pbAllowCTImport argument
Revision History
DateVersionDescription
-2019 SP0First Release
See Also