SPContentDatabase.FollowableLists property
Gets a collection containing all the follow able lists in the content database sorted by the most recent last item modified date.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property FollowableLists As SPFollowableListCollection
Get
'Usage
Dim instance As SPContentDatabase
Dim value As SPFollowableListCollection
value = instance.FollowableLists
public SPFollowableListCollection FollowableLists { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPFollowableListCollection
A collection containing all the follow able lists.