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 upgrade state.
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, _
needsUpgrade As Boolean _
) As SPFeatureQueryResultCollection
'Usage
Dim featureId As Guid
Dim needsUpgrade As Boolean
Dim returnValue As SPFeatureQueryResultCollection
returnValue = SPWebService.QueryFeaturesInAllWebServices(featureId, _
needsUpgrade)
public static SPFeatureQueryResultCollection QueryFeaturesInAllWebServices(
Guid featureId,
bool needsUpgrade
)
Parameters
featureId
Type: System.GuidIncludes only those features that have this feature ID.
needsUpgrade
Type: System.BooleanIf true, includes only features that need to be upgraded. Otherwise, if false, includes only features that do not need to be upgraded.
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 needsUpgrade state.