Share via


NavigateTo Method (String)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Resolves a node path, using the current node to define the navigation scope.

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicFunctionNavigateTo ( _
    pathAsString _
) AsNode
'Usage
DiminstanceAsNodeDimpathAsStringDimreturnValueAsNodereturnValue = instance.NavigateTo(path)
publicNodeNavigateTo(
    stringpath
)
public:
NodeNavigateTo(
    String^ path
)
publicfunctionNavigateTo(
    path : String
) : Node

Parameters

Return Value

Type: System.Dataflow. . :: . .Node
The node specified by the path.

.NET Framework Security

See Also

Reference

Node Structure

Node Members

NavigateTo Overload

System.Dataflow Namespace