PrintMgmtSetupDoc.parmIsLeaf Method [AX 2012]

Gets or sets the IsLeaf parameter.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public boolean parmIsLeaf([boolean _isLeaf])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean parmIsLeaf([boolean _isLeaf])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean parmIsLeaf()

  Microsoft Dynamics AX 2012 (FPK)
          public boolean parmIsLeaf()

  Microsoft Dynamics AX 2012 (SYS)
          public boolean parmIsLeaf()

Run On

Called

Parameters

_isLeaf
Type: boolean
The value to set.

Return Value

Type: boolean
The value of the IsLeaf parameter.

Community Additions

ADD
Show: