Share via


AreaGroupCollection.Add Method

NOTE: This API is now obsolete.

Creates an area listing group.

Namespace:  Microsoft.SharePoint.Portal.SiteData
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Function Add ( _
    Title As String _
) As Integer
'Usage
Dim instance As AreaGroupCollection
Dim Title As String
Dim returnValue As Integer

returnValue = instance.Add(Title)
[ObsoleteAttribute("This class is obsolete.")]
public int Add(
    string Title
)

Parameters

Return Value

Type: System.Int32
Int32 that represents the location of the area listing group.

Remarks

Modified properties are not updated in the database until you call the Update method of the Area class.

See Also

Reference

AreaGroupCollection Class

AreaGroupCollection Members

Microsoft.SharePoint.Portal.SiteData Namespace