VisibleCount Property

The VisibleCount property specifies the number of visible items in the folder. This does not include the number of subfolders.

Property VisibleCount As Long[C++]
Get method:
HRESULT get_VisibleCount(LONG*varVisibleCount);

[Visual Basic]

Parameters

None.

Return Values

This property returns a Long that contains the number of items.

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:

  • varVisibleCount
    [out, retval] Pointer to a LONG that contains the number of items.
Return Values

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

Remarks

This is a read-only property.