VSProjectFolderNode.createLinkNode Method [AX 2012]

Creates a new instance of the VSProjectLinkNode class as a child of this VSProjectFolderNode instance.

public VSProjectLinkNode createLinkNode(
    str name, 
    str aotPath, 
   [boolean createLinkedNode])

Run On

Called

Parameters

name
Type: str
The name of the link node.
aotPath
Type: str
The AOT path of the node that this node should be a link to.
createLinkedNode
Type: boolean

Return Value

Type: VSProjectLinkNode Class
The new instance of the VSProjectLinkNode class.

Community Additions

ADD
Show: