Share via


RetailCatalogCategoryTree::construct Method [AX 2012]

Initializes a new instance of the RetailCatalogCategoryTree class.

Syntax

client server public static RetailCatalogCategoryTree construct(
    FormTreeControl _treeControl, 
    RecId _categoryHierarchyId, 
   [boolean _isCategoryOnly])

Run On

Called

Parameters

  • _isCategoryOnly
    Type: boolean
    A boolean value indicates a node has category; optional.

Return Value

Type: RetailCatalogCategoryTree Class
returns a new instance of RetailCatalogCategoryTree class.

See Also

Reference

RetailCatalogCategoryTree Class