Fills the button NVelocity layout template with button data.

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

Syntax

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

Parameters

tags
Type: System.Collections..::..Hashtable
Hash table containing template tags and button data to replace them with.
socialIdentity
Type: UserSocialIdentityEntity
Contains social provider name used to set the button command argument, text and css class
velocityContext
Type: VelocityContext
NVelocity VelocityContext

See Also