PrintMgmtSetupItem::newDoc Method [AX 2012]

Creates a new instance of the PrintMgmtSetupDoc class.

client server public static PrintMgmtSetupDoc newDoc(
    PrintMgmtNodeInstance _nodeInstance, 
    PrintMgmtDocumentType _docType, 
    LanguageId _langId, 
   [PrintMgmtSetupFolder _parent])

Run On

Called

Parameters

_nodeInstance
Type: PrintMgmtNodeInstance Class
_docType
Type: PrintMgmtDocumentType Enumeration
_langId
Type: LanguageId Extended Data Type
_parent
Type: PrintMgmtSetupFolder Class

Return Value

Type: PrintMgmtSetupDoc Class
A new instance of the PrintMgmtSetupDoc class.

Use this method to create instances of the PrintMgmtSetupDoc class.

Show: