SPWeb.Features property
SharePoint 2013
Gets the collection of Features that are currently activated in the website.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableAttribute] [ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)] public SPFeatureCollection Features { get; }
Property value
Type: Microsoft.SharePoint.SPFeatureCollectionA collection of SPFeature objects that represents the Features currently activated on the website.