Click or drag to resize
FileHandlerExtensionGetParentModels Method
Return filenames of models that reference to given model and configuration.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual Array GetParentModels(
	string bsFileName,
	string bsConfiguration
)

Parameters

bsFileName
Type: SystemString
Full path to source file
bsConfiguration
Type: SystemString
Source file configuration or null/empty to ignore configuration

Return Value

Type: Array
Array of CTEngineLib.CTGeneric where mbsName = filename and mbsDescription = referenced configuration; or null if none.
Availability

CUSTOMTOOLS 2019 SP0


See Also