AreaListing Class

NOTE: This API is now obsolete.

Manages the listings in an area. The values of the AreaListing.Status property have changed. In Microsoft Office SharePoint Portal Server 2003, AreaListing.Status had four values—Pending, Approved, Rejected, and Archived. In Microsoft Office SharePoint Server 2007, listings are based on Windows SharePoint Services 3.0 list items. List items do not support expiration and appearance dates and do not have an equivalent moderation status for Archived. In Office SharePoint Server 2007, Expired listings have Rejected status, listings yet to appear have Pending status, and Archived listings have Rejected status.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Portal.SiteData.AreaListing

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class AreaListing
'Usage
Dim instance As AreaListing
[ObsoleteAttribute("This class is obsolete.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class AreaListing

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AreaListing Members

Microsoft.SharePoint.Portal.SiteData Namespace