PrintMgmtHierarchy.isValidNodeType Method [AX 2012]
Determines whether the provided node type is valid for the hierarchy.
public boolean isValidNodeType(PrintMgmtNodeType _nodeType)
Run On
CalledParameters
- _nodeType
- Type: PrintMgmtNodeType Enumeration
The node type to validate.
Return Value
Type: booleantrue if the provided node type is valid for the hierarchy; otherwise, false.
Show: