Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SPFeatureCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add(Guid) | Activates a Feature by using the Feature definition with the specified ID to create a new SPFeature object and then add it to the collection. |
![]() |
Add(Guid, Boolean) | Activates a Feature by using the Feature definition with the specified ID to create a new SPFeature object and then add it to the collection, optionally forcing activation even if there are errors. |
![]() |
Add(Guid, Boolean, SPFeatureDefinitionScope) | Activates a feature by using the feature definition with the specified ID at the specified scope to create a new SPFeature object and then add it to the collection, optionally forcing activation even if there are errors. |
![]() |
Add(Guid, Int32, Boolean, SPFeatureDefinitionScope) | Adds a Feature to the Collection. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove(Guid) | Removes the Feature with the specified ID from the collection. |
![]() |
Remove(Guid, Boolean) | Removes the Feature with the specified GUID from the collection and optionally ignores errors. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | Copies the elements of the collection to an Array, starting at a specified Array index. |
![]() ![]() |
IEnumerable<SPFeature>.GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection. |
Top