Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Can a list be followed in an activity feed?
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property Followable As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.Followable
instance.Followable = value
public bool Followable { get; set; }
Type: System.Boolean