Webs.GetActivatedFeatures Method
Returns a list of Features that are activated in the Web site and in its parent site collection.
Namespace: [Webs Web service]
Web service reference: http://Site/_vti_bin/Webs.asmx
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetActivatedFeatures", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetActivatedFeatures As String
'Usage
Dim instance As Webs
Dim returnValue As String
returnValue = instance.GetActivatedFeatures()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetActivatedFeatures", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetActivatedFeatures()
Return Value
Type: System.String
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.