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