SPContentDatabase.QueryFeatures Method
SharePoint 2010
Gets all site- or Web-scoped features in the content database.
| Name | Description | |
|---|---|---|
|
QueryFeatures(Guid) | Gets all site- or Web-scoped features in this content database that have a specific feature ID. |
|
QueryFeatures(SPFeatureScope, Boolean) | Gets all site- or Web-scoped features that need to be upgraded, or all that do not, as specified. |
|
QueryFeatures(Guid, Boolean) | Gets all site- or Web-scoped features in this content database that have a specific feature ID and that need to be upgraded, or all that do not, as specified. |
|
QueryFeatures(Guid, Version) | Gets all site- or Web-scoped features in the content database that have a specific feature ID and version. |