: AreaService.GetSubAreas (Método) (Microsoft.SharePoint.Portal)
Gets the subareas of the current area.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<WebMethodAttribute> _
Public Function GetSubAreas ( _
ParentID As Guid _
) As Guid()
'Uso
Dim instance As AreaService
Dim ParentID As Guid
Dim returnValue As Guid()
returnValue = instance.GetSubAreas(ParentID)
[WebMethodAttribute]
public Guid[] GetSubAreas (
Guid ParentID
)
Parámetros
- ParentID
The identifier of the parent area.
Valor devuelto
Guid[], an array of unique identifiers of the subareas for the parent area.
Vea también
Referencia
AreaService (Clase)
AreaService (Miembros)
Microsoft.SharePoint.Portal (Espacio de nombres)