SPWebService.QueryFeatures method
Gets features from the Web service.
Overload list
Name | Description | |
---|---|---|
QueryFeatures(Guid) | Gets all features in the Web service that have a specific feature ID. | |
QueryFeatures(SPFeatureScope, Boolean) | Gets either all features in the Web service at the specified scope that need an upgrade, or all features that do not. | |
QueryFeatures(Guid, Boolean) | Gets all features in the Web service that have a specific feature ID and upgrade state. | |
QueryFeatures(Guid, Version) | Gets all features in the Web service that have a specific feature ID and version. |
Top