Share via


SysLabelFile::newTreeNode Method [AX 2012]

Initializes a new instance of the SysLabelFile class that is based on a TreeNodeclass.

Syntax

server public static SysLabelFile newTreeNode(TreeNode _treeNode)

Run On

Server

Parameters

  • _treeNode
    Type: TreeNode Class
    The TreeNode class to create the instance of the SysLabelFile class from.

Return Value

Type: SysLabelFile Class
A new instance of the SysLabelFile class.

See Also

Reference

SysLabelFile Class