AreaListing.Status Property

NOTE: This API is now obsolete.

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.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property Status As ListingStatus
    Get
    Set
'Usage
Dim instance As AreaListing
Dim value As ListingStatus

value = instance.Status

instance.Status = value
[ObsoleteAttribute("This class is obsolete.")]
public ListingStatus Status { get; set; }

Property Value

Type: Microsoft.SharePoint.Portal.SiteData.ListingStatus

See Also

Reference

AreaListing Class

AreaListing Members

Microsoft.SharePoint.Portal.SiteData Namespace