Parses all template tags and generates a proper HTML based on the current template for the wall notes.

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,
	SnNoteEntity note,
	VelocityContext velocityContext
)
Visual Basic
Protected Overridable Sub ParseTemplateTags ( 
	tags As Hashtable,
	note As SnNoteEntity,
	velocityContext As VelocityContext
)
Visual C++
protected:
virtual void ParseTemplateTags(
	Hashtable^ tags, 
	SnNoteEntity^ note, 
	VelocityContext^ velocityContext
)
F#
abstract ParseTemplateTags : 
        tags : Hashtable * 
        note : SnNoteEntity * 
        velocityContext : VelocityContext -> unit 
override ParseTemplateTags : 
        tags : Hashtable * 
        note : SnNoteEntity * 
        velocityContext : VelocityContext -> unit 

Parameters

tags
Type: System.Collections..::..Hashtable
Tags.
note
Type: SnNoteEntity
Note entity
velocityContext
Type: VelocityContext
Velocity context.

See Also