SPWebApplication.QueryFeatures-Methode (Guid, Boolean)
Ruft alle Features in der aktuellen Webanwendung, die auf Website oder beschränkt sind und die angegebene Feature-ID und die Anforderung für das Upgrade.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function QueryFeatures ( _
featureId As Guid, _
needsUpgrade As Boolean _
) As SPFeatureQueryResultCollection
'Usage
Dim instance As SPWebApplication
Dim featureId As Guid
Dim needsUpgrade As Boolean
Dim returnValue As SPFeatureQueryResultCollection
returnValue = instance.QueryFeatures(featureId, _
needsUpgrade)
public SPFeatureQueryResultCollection QueryFeatures(
Guid featureId,
bool needsUpgrade
)
Parameter
featureId
Typ: System.GuidDer Bezeichner der Features abgerufen werden sollen.
needsUpgrade
Typ: System.Booleantrue gibt an, dass nur die Features, die ein Upgrade erforderlich enthalten sind. andernfalls gibt false an, dass Features, die keine Aktualisierung erforderlich ist ebenfalls enthalten sind.
Rückgabewert
Typ: Microsoft.SharePoint.SPFeatureQueryResultCollection
Gibt ein SPFeatureQueryResultCollection -Objekt, das alle Funktionen eines bestimmten Bereichs, Bezeichner und Anforderung für das Upgrade darstellt.