ActivityTemplate 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.
Defines the formatting of an ActivityEvent object within a specific locale.
The ActivityTemplate type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActivityTemplateId | Gets the identifier for this ActivityTemplate. | |
ActivityTypeId | Gets the identifier of the ActivityType with which this ActivityTemplate is associated. | |
CreatedBy | Gets a string value representing the name of the entity that created this ActivityTemplate. | |
CreationTime | Gets the DateTime object representing the time when this ActivityTemplate was created. | |
IsMultivalued | Gets or sets a value indicating whether the ActivityEvent object whose display this ActivityTemplate defines contains multiple values for the display. | |
LastUpdateTime | Gets or sets a DateTime object indicating when this ActivityTemplate was last updated. | |
ModifiedBy | Gets a string value representing the name of the entity that last modified this ActivityTemplate. | |
PartitionId | Gets the identifier of the current data partition. | |
TitleFormatLocStringName | Gets or sets a value for the name of the localized string in the resource file that you are using to define the display for an ActivityEvent. | |
TitleFormatLocStringResourceFile | Gets or sets a value for the name of the resource file that contains the localized string or strings that are used to define the display for this event. |
Top
Methods
Name | Description | |
---|---|---|
Commit | Commits all changes to this ActivityTemplate to the database. | |
Dispose | Releases unmanaged resources used by this ActivityTemplate. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Repopulates this ActivityTemplate with data from the database. | |
Remove | Removes this ActivityTemplate from the database. | |
ToString | (Inherited from Object.) |
Top