Webs.GetActivatedFeatures Method

Returns a list of Features that are activated in the Web site and in its parent site collection.

Web Service: WebsWeb Reference: http://<Site>/_vti_bin/Webs.asmx

Syntax

<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetActivatedFeatures", RequestNamespace:="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace:="http://schemas.microsoft.com/sharepoint/soap/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetActivatedFeatures As String

Dim instance As Webs
Dim returnValue As String

returnValue = instance.GetActivatedFeatures
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sharepoint/soap/GetActivatedFeatures", RequestNamespace="http://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="http://schemas.microsoft.com/sharepoint/soap/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public string GetActivatedFeatures ()

Return Value

A string consisting of two comma-delimited parts, one that contains the IDs of Features that are activated in the site collection, and the other that contains the IDs of Features that are activated in the Web site.

See Also

Reference

Webs Class
Webs Members
Webs Web Service