Click or drag to resize

FileHandlerExtensionRequireStructureCalls Method

Notification send before structure is about to be built using light structure which doesn't notify the components for Filehandler. Return true in case your filehandler needs to be able to prepare the structure and its components.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual bool RequireStructureCalls(
	string bsFileName
)

Parameters

bsFileName  String
Path to file which structure is about to be retrieved

Return Value

Boolean
False by default, return true to ensure structure events.
Revision History
DateVersionDescription
-2020 SP0First Release
See Also