SPWebService.QueryFeaturesInAllWebServices Method
Include Protected Members
Include Inherited Members
Gets the features of all Web services.
Overload List
Name | Description | |
---|---|---|
QueryFeaturesInAllWebServices(Guid) | Gets all features in all Web services that have a specific feature ID. | |
QueryFeaturesInAllWebServices(SPFeatureScope, Boolean) | Gets all of the features in all Web services at the specified scope that need an upgrade, or gets all of the features that do not. | |
QueryFeaturesInAllWebServices(Guid, Boolean) | Gets all features in all Web services that have a specific feature ID and upgrade state. | |
QueryFeaturesInAllWebServices(Guid, Version) | Gets all features in all Web services that have a specific feature ID and version. |
Top