Click or drag to resize

ReferencedElementGetCombinedPathAsStringExcludingStartPath Method

Gets the combined path as string, excluding start path (if specified).

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public string GetCombinedPathAsStringExcludingStartPath(
	SourceNavigatorPath startPath
)

Parameters

startPath
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelSourceNavigatorPath
The start path to exclude.

Return Value

Type: String
See Also