SPContentDatabase.QueryFeatures Method
Include Protected Members
Include Inherited Members
Gets all site- or Web-scoped features in the content database.
Overload List
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. |
Top