SPFollowableListCollection class

Representa uma coleção de objetos SPFollowableList contido em um banco de dados de conteúdo que são classificados pelo LastItemModifiedDate

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPFollowableListCollection

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

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPFollowableListCollection _
    Implements IEnumerable(Of SPFollowableList), IEnumerable
'Uso
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.

Ver também

Referência

SPFollowableListCollection members

Microsoft.SharePoint.Administration namespace