SPFileCollection.Item property
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