Formats the comment data for display using the template.

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

Syntax

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

Parameters

tags
Type: System.Collections..::..Hashtable
Template tags
eventEntity
Type: SnEventEntity
Event entity.
velocityContext
Type: VelocityContext
Velocity context.

See Also