PrintMgmtSetupDoc::construct Method [AX 2012]
Creates a new document.
client server public static PrintMgmtSetupDoc construct(
PrintMgmtNodeInstance _nodeInstance,
PrintMgmtDocumentType _docType,
LanguageId _langId,
[PrintMgmtSetupFolder _parent])
Run On
CalledParameters
- _nodeInstance
- Type: PrintMgmtNodeInstance Class
The node instance to use to configure the document.
- _docType
- Type: PrintMgmtDocumentType Enumeration
The document type of the new document.
- _langId
- Type: LanguageId Extended Data Type
The language ID for the new document.
- _parent
- Type: PrintMgmtSetupFolder Class
The folder in which to store the new document.
Show: