Compartir a través de


: AreaService.CreateAreaListing (Método) (Microsoft.SharePoint.Portal)

Creates the listing for the area.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<WebMethodAttribute> _
Public Function CreateAreaListing ( _
    ParentID As Guid, _
    strTitle As String, _
    strDescription As String, _
    type As ListingType, _
    strUrl As String _
) As Guid
'Uso
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)
[WebMethodAttribute] 
public Guid CreateAreaListing (
    Guid ParentID,
    string strTitle,
    string strDescription,
    ListingType type,
    string strUrl
)

Parámetros

  • ParentID
    The unique identifier of the parent area.
  • strTitle
    The title of the area listing.
  • strDescription
    The description of the area listing.
  • type
    The type of area listing.
  • strUrl
    The URL.

Valor devuelto

Guid, the unique identifier of area listing.

Vea también

Referencia

AreaService (Clase)
AreaService (Miembros)
Microsoft.SharePoint.Portal (Espacio de nombres)