SPFollowableListCollection class
代表一群LastItemModifiedDate所排序的SPFollowableList物件所包含的內容資料庫
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPFollowableListCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPFollowableListCollection _
Implements IEnumerable(Of SPFollowableList), IEnumerable
'用途
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.