ActivityApplication 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.
Manages a collection of ActivityType objects.
The ActivityApplication type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActivityTypes | A collection of ActivityType objects that this ActivityApplication manages. | |
ApplicationId | Gets the identifier for this ActivityApplication. | |
ApplicationName | Gets or sets the name of this ActivityApplication object. | |
CreatedBy | Gets the name of the entity that created this ActivityApplication object. | |
CreationTime | Gets the DateTime object representing the time when this ActivityApplication was created. | |
Description | Gets or sets a description for this ActivityApplication. | |
IsSoftDeleted | Gets or sets a value indicating whether this ActivityApplication object has been marked for deletion in the database. | |
LastUpdateTime | Gets or sets a DateTime object representing the time when this ActivityApplication was last updated. | |
ModifiedBy | Gets the name of the entity that last modified this ActivityApplication object. | |
PartitionId | Gets the partition identifier associated with this ActivityApplication. |
Top
Methods
Name | Description | |
---|---|---|
Commit | Commits this ActivityApplication object to the database. | |
Dispose | Releases unmanaged resources used by this ActivityApplication object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Reloads this ActivityApplication object from the database. | |
Remove | This method is not implemented. | |
ToString | (Inherited from Object.) |
Top