SPSite.QueryFeatures method (Guid)
Gets a collection of the features deployed in this site collection that have a specific definition identifier.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function QueryFeatures ( _
featureId As Guid _
) As SPFeatureQueryResultCollection
'Usage
Dim instance As SPSite
Dim featureId As Guid
Dim returnValue As SPFeatureQueryResultCollection
returnValue = instance.QueryFeatures(featureId)
public SPFeatureQueryResultCollection QueryFeatures(
Guid featureId
)
Parameters
featureId
Type: System.GuidThe value of the DefinitionId property of an SPFeature object. Only features that have this definition identifier are included.
Return value
Type: Microsoft.SharePoint.SPFeatureQueryResultCollection
An enumerable collection of SPFeature objects.