VSProjectsNode.createProjectNode Method [AX 2012]

Creates a new instance of the VSProjectNode class.

public VSProjectNode createProjectNode(
    str name, 
    str projectTypesString, 
   [boolean virtualNode])

Run On

Called

Parameters

name
Type: str
The name of the project node.
projectTypesString
Type: str
A semicolon-separated string that contains the project type GUIDs.
virtualNode
Type: boolean
A Boolean value that indicates whether the node is created only in memory. In this case, the node will not be persisted in the Microsoft Dynamics AX Store.

Return Value

Type: VSProjectNode Class
The VSProjectNode object that is created.

Community Additions

ADD
Show: