Click or drag to resize

DocumentProjectionDataTrackForAlias Method

Adds the path specified with a unique alias it will determine to the set of known paths. If the path has already been assigned an alias, it's ignored.

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 void TrackForAlias(
	SourceNavigatorPath pathToTrack
)

Parameters

pathToTrack
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelSourceNavigatorPath
See Also