SPList.ItemCount property

Gets the number of items in the list, including folders.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ItemCount As Integer
    Get
'Usage
Dim instance As SPList
Dim value As Integer

value = instance.ItemCount
public int ItemCount { get; }

Property value

Type: System.Int32
A 32-bit integer that indicates the number of items, including folders.

Remarks

The value of the ItemCount property includes folders within a document library, as well as files within subfolders. The value of the Count property of the SPListCollection class does not include folders.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace