SPFeatureDefinitionCollection properties
SharePoint 2013
The SPFeatureDefinitionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of objects in the collection. (Inherited from SPPersistedObjectCollection<T>.) |
|
IsEmpty | Gets a Boolean value that indicates whether the collection contains any objects. (Inherited from SPPersistedObjectCollection<T>.) |
|
Item[Guid] | Gets the Feature definition with the specified GUID from the collection. |
|
Item[String] | Gets the Feature definition with the specified name from the collection. |
|
Item[Guid, Int32] | |
|
Item[String, Int32] | |
|
Parent | Gets the parent object that declares this collection. (Inherited from SPPersistedObjectCollection<T>.) |