Click or drag to resize

FileHandlerExtensionFinalizeFilesInStructure Method

Called for components/drawings that were requested at NotifyAddingToStructure. Note that files -argument may contain also other files than those requested by this as any extension may request a file to be addeed to the finalization.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual Array FinalizeFilesInStructure(
	Array files
)

Parameters

files  Array
Array or strings containing full paths to files.

Return Value

Array
Return array of string of FAILED files that should be removed from structure or null if all succeeds.
Revision History
DateVersionDescription
-2019 SP0First Release
See Also