Freigeben über


SPFollowableListCollection-Klasse

Stellt eine Auflistung von t SPFollowableList -Objekte in einer Inhaltsdatenbank, die nach der LastItemModifiedDate sortiert werden

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPFollowableListCollection-Member

Microsoft.SharePoint.Administration-Namespace