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
Public property ActivityTemplateId Gets the identifier for this ActivityTemplate.
Public property ActivityTypeId Gets the identifier of the ActivityType with which this ActivityTemplate is associated.
Public property CreatedBy Gets a string value representing the name of the entity that created this ActivityTemplate.
Public property CreationTime Gets the DateTime object representing the time when this ActivityTemplate was created.
Public property IsMultivalued Gets or sets a value indicating whether the ActivityEvent object whose display this ActivityTemplate defines contains multiple values for the display.
Public property LastUpdateTime Gets or sets a DateTime object indicating when this ActivityTemplate was last updated.
Public property ModifiedBy Gets a string value representing the name of the entity that last modified this ActivityTemplate.
Public property PartitionId Gets the identifier of the current data partition.
Public property 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.
Public property 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
Public method Commit Commits all changes to this ActivityTemplate to the database.
Public method Dispose Releases unmanaged resources used by this ActivityTemplate.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Refresh Repopulates this ActivityTemplate with data from the database.
Public method Remove Removes this ActivityTemplate from the database.
Public method ToString (Inherited from Object.)

Top

See also

Reference

ActivityTemplate class

Microsoft.Office.Server.ActivityFeed namespace