IPreviewableAbuseCheckingContentType
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IPreviewableAbuseCheckingContentType : IAbuseCheckingContentType, IContentType, IPlugin { bool GetPreviewHtml(Guid contentId, TextWriter writer); }
Methods
bool GetPreviewHtml(Guid contentId, TextWriter writer);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contentId | Guid | Content Id | Required | ||
writer | TextWriter | Writer | Required |
Return Type
bool