SPFormCollection.Item Property
Include Protected Members
Include Inherited Members
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