Share via


TAMFundCategoryTreeDatasource.initRoot Method [AX 2012]

Creates a new root node in the tree control.

Syntax

public void initRoot(
    str _txt, 
    anytype _rootValue, 
   [int _rootImage])

Run On

Client

Parameters

  • _txt
    Type: str
    The category name text.
  • _rootValue
    Type: anytype
    The root node category ID.
  • _rootImage
    Type: int
    The ID of the image to be displayed for the root node.

See Also

Reference

TAMFundCategoryTreeDatasource Class