PrintMgmtSetupContext.addHierarchyContext Method [AX 2012]
Adds an instance of the PrintMgmtHierarchyContext class to the setup context.
public void addHierarchyContext(
PrintMgmtHierarchyType _hierarchyType,
PrintMgmtNodeType _startingNodeType,
[List _documentTypeFilterList])
Run On
CalledParameters
- _hierarchyType
- Type: PrintMgmtHierarchyType Enumeration
The PrintMgmtHierarchyType enumeration value that is used to retrieve settings.
- _startingNodeType
- Type: PrintMgmtNodeType Enumeration
The PrintMgmtNodeType enumeration value to use as the starting point to display settings in the hierarchy.
- _documentTypeFilterList
- Type: List Class
A list of PrintMgmtDocumentType enumeration values that represent the document types to display; optional.
Community Additions
ADD
Show: