SPFollowableListCollection class

Represents a collection of the SPFollowableList objects contained in a content database that are sorted by the LastItemModifiedDate

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPFollowableListCollection

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPFollowableListCollection _
    Implements IEnumerable(Of SPFollowableList), IEnumerable
'Usage
Dim instance As SPFollowableListCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPFollowableListCollection : IEnumerable<SPFollowableList>, 
    IEnumerable

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

SPFollowableListCollection members

Microsoft.SharePoint.Administration namespace