CatDisplayCategoryTable.setCategoryStatus Method
Sets the visibility of the descendants and ancestors of a CatDisplayCategoryTable table.
Syntax
private void setCategoryStatus(NoYes _isHidden)
Run On
Called
Parameters
- _isHidden
Type: NoYes Enumeration
A NoYes enumeration value that indicates whether to hide the descendants and ancestors.
Remarks
Validation logic will not be executed. The current node will not be included. Do not make this method public because the user must call the CatDisplayCategoryTable.update or the CatDisplayCategoryTable.setIsHidden method instead.