Share via


CatDisplayCategoryTable.setIsHidden Method

Sets the category to be hidden or not to be hidden.

Syntax

public void setIsHidden(NoYes _isHidden, [boolean _unhideSubTree])

Run On

Called

Parameters

  • _isHidden
    Type: NoYes Enumeration
    A Boolean value that indicates whether to hide or not to hide this category.
  • _unhideSubTree
    Type: boolean
    A Boolean value that indicates whether not to hide the sub-tree or only this category.

Remarks

When a category is hidden, all of the descendants of the category are also hidden. This includes the sub-tree.

When a category is not hidden, all of the ancestors of the category are also un-hidden.

See Also

Reference

CatDisplayCategoryTable Table