SPWebApplication.QueryFeatures Method
SharePoint 2010
Retrieves all features for the current Web application that have the specified scope and characteristics including feature identifier and requirement for upgrade.
| Name | Description | |
|---|---|---|
|
QueryFeatures(Guid) | Retrieves all features in the current Web application that are scoped to Site or Web and have the specified feature identifier. |
|
QueryFeatures(SPFeatureScope, Boolean) | Retrieves all features in the current Web application that are scoped to Site or Web and have a specific needsUpgrade state. |
|
QueryFeatures(Guid, Boolean) | Retrieves all features in the current Web application that are scoped to Site or Web and have the specified feature identifier and requirement for upgrade. |
|
QueryFeatures(Guid, Version) | Retrieves all features in the current Web application that are scoped to Site or Web and have the specified feature and version identifiers. |