SPFormCollection.Item property
Gets the specified form object in the collection.
Overload list
Name | Description | |
---|---|---|
![]() |
Item[Int32] | Gets the form object at the specified index in the collection. In C#, this property is an indexer for the SPFormCollection class. |
![]() |
Item[String] | Gets the form located at the specified URL from the collection. In C#, this property is an indexer for the SPFormCollection class. |
![]() |
Item[PAGETYPE] | Gets the form of the specified type from the collection. In C#, this property is an indexer for the SPFormCollection class. |
Top