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