Share via


SysTreeNodeVSItem::vcsPath2TreeNodePath Method [AX 2012]

Transforms the VCS path of the tree node path.

Syntax

client server public static str vcsPath2TreeNodePath(str vcsPath)

Run On

Called

Parameters

  • vcsPath
    Type: str
    The VCS path of transform.

Return Value

Type: str
The tree node path.

Remarks

For example, the path /Layer /Visual Studio Projects/CSharp Projects/Project/Project.csproj will be transformed to \Visual Studio Projects\CSharp Projects\Project\Project Content\Project.csproj.

See Also

Reference

SysTreeNodeVSItem Class