Share via


AreaService.GetTopicsAreaID Method

Obsolete. Gets the GUID of the Topics area.

Web Service: AreaWeb Reference: http://<Site>/_vti_bin/AreaService.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/GetTopicsAreaID", RequestNamespace:="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", ResponseNamespace:="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetTopicsAreaID As Guid
'Usage
Dim instance As AreaService
Dim returnValue As Guid

returnValue = instance.GetTopicsAreaID
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/GetTopicsAreaID", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public Guid GetTopicsAreaID ()

Return Value

Guid. The unique identifier of the Topics area.

See Also

Reference

AreaService Class
AreaService Members
Area Web Service