VSProjectsNode.createProjectNode Method [AX 2012]
Creates a new instance of the VSProjectNode class.
public VSProjectNode createProjectNode(
str name,
str projectTypesString,
[boolean virtualNode])
Run On
CalledParameters
- 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.
Community Additions
ADD
Show: