SPWebApplication.QueryFeatures Method
Include Protected Members
Include Inherited Members
Retrieves all features for the current Web application that have the specified scope and characteristics including feature identifier and requirement for upgrade.
Overload List
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. |
Top