Formats the comment data for display using the template.

Namespace: MonoSoftware.MonoX.News
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual void ParseTemplateTags(
	Hashtable tags,
	NewsItemEntity entity,
	VelocityContext velocityContext
)
Visual Basic
Protected Overridable Sub ParseTemplateTags ( 
	tags As Hashtable,
	entity As NewsItemEntity,
	velocityContext As VelocityContext
)
Visual C++
protected:
virtual void ParseTemplateTags(
	Hashtable^ tags, 
	NewsItemEntity^ entity, 
	VelocityContext^ velocityContext
)
F#
abstract ParseTemplateTags : 
        tags : Hashtable * 
        entity : NewsItemEntity * 
        velocityContext : VelocityContext -> unit 
override ParseTemplateTags : 
        tags : Hashtable * 
        entity : NewsItemEntity * 
        velocityContext : VelocityContext -> unit 

Parameters

tags
Type: System.Collections..::..Hashtable
Tags.
entity
Type: NewsItemEntity
Entity object.
velocityContext
Type: VelocityContext
Velocity context.

See Also