Version

HideFromDisplay Property

Returns/sets whether to force the item (and all its child items if they exist) to be hidden in the UI when it would otherwise be displayed. NOTE: This property has no effect on items that are hidden based on other criteria - e.g., items that are filtered out.
Syntax
'Declaration
 
Public Property HideFromDisplay As Boolean
public bool HideFromDisplay {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also