ActivityPreferencePerType members
This object, member, or enumeration is deprecated and is not intended to be used in your code. SharePoint 2013 includes the following APIs for working with feeds: .NET client, JavaScript, REST, and server. See Work with social feeds in SharePoint 2013 to choose the API for your specific feed-related programming tasks.
Contains an ActivityType object and a Boolean value indicating whether a preference for this type has been set.
The ActivityPreferencePerType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ActivityPreferencePerType | Creates an instance of an ActivityPreferencePerType object. |
Top
Properties
Name | Description | |
---|---|---|
ActivityType | Gets or sets an ActivityType object for which a preference can be stored. | |
IsSet | Gets or sets a value indicating whether a user wants to see the ActivityType object stored in this ActivityPreferencePerType in a feed. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top