PrintMgmtSetupItem::newSubfolder Method [AX 2012]

Creates a new instance of the PrintMgmtSetupFolder class as a sub-folder.

client server public static PrintMgmtSetupFolder newSubfolder(str _name, PrintMgmtSetupFolder _parent)

Run On

Called

Parameters

_name
Type: str
_parent
Type: PrintMgmtSetupFolder Class

Return Value

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

Use this method to create new folders by using a parent folder.

Show: