Share via


DimensionHierarchyController.updateTabPageCaption Method [AX 2012]

Updates the caption of the specified tab page.

Syntax

protected void updateTabPageCaption(
    FormTabPageControl _tabPage, 
    Name _name, 
   [boolean _isDraft, 
    boolean _isExisting, 
    Name _draftName])

Run On

Client

Parameters

  • _isDraft
    Type: boolean
    A Boolean value that indicates whether the tree is in draft mode.
  • _isExisting
    Type: boolean
    A Boolean value that indicates whether the backing committed tree exists for the specified hierarchy.

See Also

Reference

DimensionHierarchyController Class