PrintMgmtNode.isValidDocumentType Method [AX 2012]

Determines whether the document type is valid for this node.

public boolean isValidDocumentType(PrintMgmtDocumentType _docType)

Run On

Called

Parameters

_docType
Type: PrintMgmtDocumentType Enumeration
The document type being validated.

Return Value

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

Only certain document types are valid for a given node. The results can vary based on what is configured in the application because configuration keys are used to determine this list.

Show: