AreaListing Members
Include Protected Members
Include Inherited Members
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.
The AreaListing type exposes the following members.
Properties
Name | Description | |
---|---|---|
AppearanceDate | Obsolete. Gets or sets the date on which the area listing appears. | |
Audiences | Obsolete. | |
BestBet | Obsolete. Obsolete. This property now returns false. | |
Bool1 | Obsolete. Represents a user-defined property that accepts a Boolean value. | |
Bool2 | Obsolete. Represents a user-defined property that accepts a Boolean value. | |
Bool3 | Obsolete. Represents a user-defined property that accepts a Boolean value. | |
CategoryID | Obsolete. Gets or sets the unique identifier of the area. | |
CreatedBy | Obsolete. Gets the name of the user who created the listing. | |
CreationDate | Obsolete. Gets the date on which the listing was created. | |
Datetime1 | Obsolete. Represents a user-defined property that accepts a DateTime value. | |
Description | Obsolete. Gets or sets the description of the listing. | |
ExpirationDate | Obsolete. Gets or sets the date on which the listing expires. | |
Group | Obsolete. Gets or sets the group name. | |
HtmlBlob | Obsolete. Gets or sets the HTML content. | |
ID | Obsolete. Gets the unique identifier of the area listing. | |
Indexable | Obsolete. This property has been removed from the public Microsoft Office SharePoint Server 2007 object model. Site data model functionality has changed substantially in Office SharePoint Server 2007 and this property is no longer needed. | |
IndexCatalog | Obsolete. This property has been removed from the public Microsoft Office SharePoint Server 2007 object model. Site data model functionality has changed substantially in Office SharePoint Server 2007 and this property is no longer needed. | |
IndexScope | Obsolete. This property has been removed from the public Microsoft Office SharePoint Server 2007 object model. Site data model functionality has changed substantially in Office SharePoint Server 2007 and this property is no longer needed. | |
Int1 | Obsolete. Represents a user-defined property that accepts an Int32 value. | |
Int2 | Obsolete. Represents a user-defined property that accepts an Int32 value. | |
Int3 | Obsolete. Represents a user-defined property that accepts an Int32 value. | |
IsKeywordItem | Obsolete. This property has been removed from the public Microsoft Office SharePoint Server 2007 object model. Site data model functionality has changed substantially in Office SharePoint Server 2007 and this property is no longer needed. | |
LargeIconUrl | Obsolete. Gets or sets the URL of the large icon. In Microsoft Office SharePoint Server 2007, this property always returns the full URL of the list item, even if you specified a server-relative URL when setting the property. | |
LastModified | Obsolete. Gets the date on which the listing was last modified. | |
LastModifiedBy | Obsolete. Gets the name of the user who last modified the listing. | |
NText1 | Obsolete. Represents a user-defined property that accepts a string value. | |
NVarChar1 | Obsolete. Represents a user-defined property that accepts a string value. | |
NVarChar2 | Obsolete. Represents a user-defined property that accepts a string value. | |
NVarChar3 | Obsolete. Represents a user-defined property that accepts a string value. | |
NVarChar4 | Obsolete. Represents a user-defined property that accepts a string value. | |
Order | Obsolete. Obsolete. This property now returns -1. | |
PersonEmail | Obsolete. Gets or sets the e-mail address of the person of the person type listing. | |
PersonGuid | Obsolete. This property has been removed from the public Microsoft Office SharePoint Server 2007 object model. Site data model functionality has changed substantially in Office SharePoint Server 2007 and this property is no longer needed. | |
PersonPreferredName | Obsolete. Gets or sets the preferred name of the person of the person type listing. | |
PersonSID | Obsolete. Gets or sets the security identifier (SID) of the person type listing. | |
SmallIconUrl | Obsolete. Gets or sets the URL of the small icon. In Microsoft Office SharePoint Server 2007, this property always returns the full URL of the list item, even if you specified a server-relative URL when setting the property. | |
Status | 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. | |
Title | Obsolete. Gets or sets the title of the listing. | |
Type | Obsolete. | |
URL | Obsolete. Gets or sets the URL of the listing. In Microsoft Office SharePoint Server 2007, this property always returns the full URL of the list item, even if you specified a server-relative URL when setting the property. |
Top
Methods
Name | Description | |
---|---|---|
AddAudience | Obsolete. Adds an audience listing to the area. | |
Delete | Obsolete. Deletes an audience listing from the area. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveAudience | Obsolete. Removes an audience listing from the area. | |
ToString | (Inherited from Object.) | |
UnGroup | Obsolete. Moves the listing from a specific group to a general group (the default group). | |
Update() | Obsolete. Updates the area listing. | |
Update(ListingUpdateBehavior) | Obsolete. Updates the area listing by behavior. |
Top