Item(Int32) Property
The Item property of the SPFolderCollection class gets the folder object at the specified index in the collection.
[C#] In C#, this property is an indexer for the SPFolderCollection class.
Parameters
iIndex A 32-bit integer that specifies the index of the folder.
Property Value
A Microsoft.SharePoint.SPFolder object that represents the folder.
Remarks
The Item property throws an ArgumentOutOfRangeException if the specified index is outside the valid range of indices for the collection.
Example
The following code example uses the indexer in displaying the name and number of files for each folder in a site.
This example requires using directives (Imports in Visual Basic) for the Microsoft.SharePoint, Microsoft.SharePoint.Utilities, and Microsoft.SharePoint.WebControls namespaces.
The example assumes the existence of a .aspx page that contains a label control.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security