SPWebService.QueryFeaturesInAllWebServices method (Guid, Version)
Gets all features in all Web services that have a specific feature ID and version.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function QueryFeaturesInAllWebServices ( _
featureId As Guid, _
featureVersion As Version _
) As SPFeatureQueryResultCollection
'Usage
Dim featureId As Guid
Dim featureVersion As Version
Dim returnValue As SPFeatureQueryResultCollection
returnValue = SPWebService.QueryFeaturesInAllWebServices(featureId, _
featureVersion)
public static SPFeatureQueryResultCollection QueryFeaturesInAllWebServices(
Guid featureId,
Version featureVersion
)
Parameters
featureId
Type: System.GuidIncludes only those features that have this feature ID.
featureVersion
Type: System.VersionIncludes only those features that have this version.
Return value
Type: Microsoft.SharePoint.SPFeatureQueryResultCollection
An SPFeatureQueryResultCollection object for iterating over all features in all Web services that have a specific feature ID and version.