IsHidden Property

The IsHidden property contains the flag that indicates whether the item is hidden from view in the user interface.

Property IsHidden As Boolean[C++]
Get method:
HRESULT get_IsHidden(VARIANT_BOOL*pIsHidden);
Put method:
HRESULT put_IsHidden(VARIANT_BOOLvarIsHidden);

[Visual Basic]

Parameters

None.

Return Values

This property returns a Boolean that contains the flag that indicates whether the item is hidden.

Error Values

If an error is raised, Err.Number is set to one of the values documented on the Error Messages page.

[C++]

Parameters

Get method:

  • pIsHidden
    [out, retval] Pointer to a VARIANT_BOOL that contains the flag that indicates whether the item is hidden.

Put method:

  • varIsHidden
    [in] VARIANT_BOOL that contains the flag that indicates whether the item is hidden.
Return Values

For a list of error messages returned by SharePoint Portal Server, see Error Messages.

Remarks

If the IsHidden property is VARIANT_TRUE, this item is not displayed to the user interface. IsHidden corresponds to the searchable property "DAV:ishidden".