SPFeature members
Represents the state of a feature at its corresponding scope.
The SPFeature type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Definition | Gets the definition of the Feature. |
![]() |
DefinitionId | Gets the GUID that identifies the Feature definition. |
![]() |
FeatureDefinitionScope | Gets the scope of the Feature definition. |
![]() |
Parent | Gets the parent object that represents the scope of the Feature. |
![]() |
Properties | Gets the collection of properties for the Feature. |
![]() |
TimeActivated | Gets the time the Feature was activated. |
![]() |
Version | Gets the current version of the Feature. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Upgrade | Upgrades this Feature to the currently installed version of the Feature definition, optionally ignoring an exception if one is thrown. |
Top