Click or drag to resize

DocumentProjectionDataGetAliasForPath Method

Gets the alias associated with the path specified or an empty string if the path isn't associated with any alias

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public string GetAliasForPath(
	SourceNavigatorPath path
)

Parameters

path
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelSourceNavigatorPath

Return Value

Type: String
See Also