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)
Syntax
public virtual Array FinalizeFilesInStructure(
	Array files
)

Parameters

files
Type: SystemArray
Array or strings containing full paths to files.

Return Value

Type: Array
Return array of string of FAILED files that should be removed from structure or null if all succeeds.
Availability

CUSTOMTOOLS 2019 SP0


See Also