PrintMgmtSetupFolder::construct Method [AX 2012]

Creates a new folder.

client server public static PrintMgmtSetupFolder construct(str _name, [PrintMgmtSetupFolder _parent])

Run On

Called

Parameters

_name
Type: str
The name of the folder.
_parent
Type: PrintMgmtSetupFolder Class
The parent folder of this folder.

Return Value

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

Do not use this method; use the PrintMgmtSetupItem::newFolder or PrintMgmtSetupItem::newSubfolder method instead.

Show: