Share via


AreaService.CreateAreaListing Method

Obsolete. Creates the listing for the area.

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

Syntax

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

returnValue = instance.CreateAreaListing(ParentID, strTitle, strDescription, type, strUrl)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/CreateAreaListing", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/WebQueryService/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public Guid CreateAreaListing (
    Guid ParentID,
    string strTitle,
    string strDescription,
    ListingType type,
    string strUrl
)

Parameters

  • ParentID
    Unique identifier of the parent area.
  • strTitle
    Title of the area listing.
  • strDescription
    Description of the area listing.
  • type
    Type of area listing.
  • strUrl
    URL.

Return Value

Guid. The unique identifier of area listing.

See Also

Reference

AreaService Class
AreaService Members
Area Web Service