Condividi tramite


SPFormCollection.Item property

Gets the specified form object in the collection.

Overload list

  Name Description
Public property Item[Int32] Gets the form object at the specified index in the collection. In C#, this property is an indexer for the SPFormCollection class.
Public property Item[String] Gets the form located at the specified URL from the collection. In C#, this property is an indexer for the SPFormCollection class.
Public property Item[PAGETYPE] Gets the form of the specified type from the collection. In C#, this property is an indexer for the SPFormCollection class.

Top

See also

Reference

SPFormCollection class

SPFormCollection members

Microsoft.SharePoint namespace