PrintMgmtNode::construct Method [AX 2012]

Constructs an instance of the appropriate PrintMgmtNode class derivative.

client server public static PrintMgmtNode construct(PrintMgmtNodeType _nodeType)

Run On

Called

Parameters

_nodeType
Type: PrintMgmtNodeType Enumeration
The PrintMgmtNodeType enumeration value of the node being constructed.

Return Value

Type: PrintMgmtNode Class
An instance of the PrintMgmtNodeType class being requested.

As new PrintMgmtNode types are added, they should be added here also so that they can be constructed just as the other PrintMgmtNode types. Additional node types should also be defined in the PrintMgmtNodeType enumeration.

Show: