SPSite.QueryFeatures Method
Include Protected Members
Include Inherited Members
Gets a collection of features deployed in this site collection.
Overload List
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. |
Top