AreaListing.Update Method (ListingUpdateBehavior)

NOTE: This API is now obsolete.

Updates the area listing by behavior.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Sub Update ( _
    behavior As ListingUpdateBehavior _
)
'Usage
Dim instance As AreaListing
Dim behavior As ListingUpdateBehavior

instance.Update(behavior)
[ObsoleteAttribute("This class is obsolete.")]
public void Update(
    ListingUpdateBehavior behavior
)

Parameters

Remarks

The Update method works only with a keyword listing.

See Also

Reference

AreaListing Class

AreaListing Members

Update Overload

Microsoft.SharePoint.Portal.SiteData Namespace