PrintMgmtSetupItem::newFolder Method [AX 2012]

Creates a new instance of the PrintMgmtSetupFolder class.

client server public static PrintMgmtSetupFolder newFolder(str _name)

Run On

Called

Parameters

_name
Type: str

Return Value

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

Use this method to create folders, a root folder, or one without a parent. Unless the folder is the root folder, it will need a parent before it can be used.

Show: