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.
Sets the current user's preferences for each ActivityType object managed by the ActivityManager.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub SetActivityPreferencesPerType ( _
alist As List(Of ActivityPreferencePerType) _
)
'Usage
Dim instance As ActivityPreferencesCollection
Dim alist As List(Of ActivityPreferencePerType)
instance.SetActivityPreferencesPerType(alist)
public void SetActivityPreferencesPerType(
List<ActivityPreferencePerType> alist
)
Parameters
- alist
Type: System.Collections.Generic.List<ActivityPreferencePerType>
Remarks
A list of ActivityPreferencePerType objects.
See Also
Reference
ActivityPreferencesCollection Class