PrintMgmtSetupFolder.getChildByPos Method [AX 2012]

Gets a child of this folder by its position.

public PrintMgmtSetupItem getChildByPos(int _childIdx)

Run On

Called

Parameters

_childIdx
Type: int
The index of the item to retrieve.

Return Value

Type: PrintMgmtSetupItem Class
The item requested, if it exists; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

The index is one based. The valid range of indices is 1 to PrintMgmtSetupFolder.numChildren.

Community Additions

ADD
Show: