Parses all template tags and generates a proper HTML based on the current template for a blocked users list.

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

Syntax

C#
protected virtual Hashtable ParseTemplateTags(
	Object oUser,
	VelocityContext velocityContext
)
Visual Basic
Protected Overridable Function ParseTemplateTags ( 
	oUser As Object,
	velocityContext As VelocityContext
) As Hashtable
Visual C++
protected:
virtual Hashtable^ ParseTemplateTags(
	Object^ oUser, 
	VelocityContext^ velocityContext
)
F#
abstract ParseTemplateTags : 
        oUser : Object * 
        velocityContext : VelocityContext -> Hashtable 
override ParseTemplateTags : 
        oUser : Object * 
        velocityContext : VelocityContext -> Hashtable 

Parameters

oUser
Type: System..::..Object
User entity
velocityContext
Type: VelocityContext
Velocity context.

Return Value

Type: Hashtable
Hashtable with all template tags

See Also