PrintMgmtHierarchy.isValidNodeType Method [AX 2012]

Determines whether the provided node type is valid for the hierarchy.

public boolean isValidNodeType(PrintMgmtNodeType _nodeType)

Run On

Called

Parameters

_nodeType
Type: PrintMgmtNodeType Enumeration
The node type to validate.

Return Value

Type: boolean
true if the provided node type is valid for the hierarchy; otherwise, false.

Valid nodes are added through the getNodesImplementation method of the concrete PrintMgmtHierarchy class.

Show: