SPFolderCollection.Item Property
Include Protected Members
Include Inherited Members
Gets the specified folder object in the collection.
Overload List
Name | Description | |
---|---|---|
Item[Int32] | Gets the folder object at the specified index in the collection. In C#, this property is an indexer for the SPFolderCollection class. | |
Item[String] | Gets the folder object that is located at the specified URL from the collection. In C#, this property is an indexer for the SPFolderCollection class. |
Top