This interface is the content specific implementation of the IActivityStoryType. In addition to the base interface, it also defines a method for getting the content from a story.
IActivityStoryContentType
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IActivityStoryContentType : IActivityStoryType, IContentType, IPlugin { IContent Get(IActivityStory story); }
Methods
IContent Get(IActivityStory story);
Returns the content associated with the story.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
story | IActivityStory | Story | Required |