Share via


List members

This object, member, or enumeration is deprecated and is not intended to be used in your code.  SharePoint 2013 includes the following APIs for working with feeds: .NET client, JavaScript, REST, and server. See Work with social feeds in SharePoint 2013 to choose the API for your specific feed-related programming tasks.  

Represents a list of Link objects, and information for displaying them in a syndication feed.

The List type exposes the following members.

Constructors

  Name Description
Public method List Creates an instance of a List object.

Top

Properties

  Name Description
Public property Items Gets a list containing the Link objects stored in this object.
Public property Separator Gets or sets a string value that should be used to separate items in the feed display.
Public property Size Gets or sets a value indicating the size of the list.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ListToString Converts the list of Link objects into a string.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

List class

Microsoft.Office.Server.ActivityFeed namespace