SPSite.QueryFeatures Method
SharePoint 2010
Gets a collection of features deployed in this site collection.
| Name | Description | |
|---|---|---|
|
QueryFeatures(Guid) | Gets a collection of the features deployed in this site collection that have a specific definition identifier. |
|
QueryFeatures(Guid, Boolean) | Gets a collection of the features deployed in this site collection that have a specific definition identifier, including only features that either do or do not need to be upgraded. |
|
QueryFeatures(Guid, Version) | Gets a collection of the features deployed in this site collection that have a specific definition identifier and a specific version. |
|
QueryFeatures(SPFeatureScope, Boolean) | Gets a collection of the features deployed in this site collection with either Site or Web scope, including only features that either do or do not need to be upgraded. |