Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.