Share via


InventProductGroupTreeNode::newTreeNode Method [AX 2012]

Initializes a new instance of the InventProductGroupTreeNode Class.

Syntax

client server public static InventProductGroupTreeNode newTreeNode(
    InventProductGroupId _productGroupId, 
    InventProductGroupId _parentProductGroupId, 
    str _parentValuePath, 
    InventProductGroupName _name, 
    boolean _hasChildNodes)

Run On

Called

Parameters

  • _parentValuePath
    Type: str

Return Value

Type: InventProductGroupTreeNode Class
A new instance of the InventProductGroupTreeNode Class.

See Also

Reference

InventProductGroupTreeNode Class