  | 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.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic virtual bool RequireStructureCalls(
	string bsFileName
)
Public Overridable Function RequireStructureCalls ( 
	bsFileName As String
) As Boolean
Parameters
- bsFileName
 - Type: SystemString
Path to file which structure is about to be retrieved 
Return Value
Type: 
BooleanFalse by default, return true to ensure structure events.
Availability
See Also