PrintMgmtHierarchy.getParentImplementation Method [AX 2012]

Returns the parent node instance based on the information provided.

protected abstract PrintMgmtNodeInstance getParentImplementation(PrintMgmtNodeInstance _nodeInstance, PrintMgmtDocumentType _docType)

Run On

Called

Parameters

_nodeInstance
Type: PrintMgmtNodeInstance Class
The instance of the PrintMgmtNodeInstance class from which the parent is being requested.
_docType
Type: PrintMgmtDocumentType Enumeration
The PrintMgmtDocumentType enumeration used to determine the appropriate parent.

Return Value

Type: PrintMgmtNodeInstance Class
An instance of the parent PrintMgmtNodeInstance class ; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

Concrete PrintMgmtHierarchy class derivatives that implement this method are required to return the appropriate PrintMgmtNodeInstance parent if it is possible. If this is not possible, they should return nullNothingnullptrunita null reference (Nothing in Visual Basic).

Community Additions

ADD
Show: