[This is preliminary documentation and is subject to change.]

Namespace:  OfficeClip.DBLayer.Template
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public Hashtable AddMetaTemplateValues(
	Hashtable ht,
	MetaConstants..::.MetaEntity me,
	int externalId,
	int pkId,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function AddMetaTemplateValues ( _
	ht As Hashtable, _
	me As MetaConstants..::.MetaEntity, _
	externalId As Integer, _
	pkId As Integer, _
	session As ConfigureInfo _
) As Hashtable
Visual C++
public:
Hashtable^ AddMetaTemplateValues(
	Hashtable^ ht, 
	MetaConstants..::.MetaEntity me, 
	int externalId, 
	int pkId, 
	ConfigureInfo^ session
)

Parameters

ht
Type: System.Collections..::.Hashtable
me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
externalId
Type: System..::.Int32
pkId
Type: System..::.Int32
session
Type: OfficeClip.Utils..::.ConfigureInfo

Return Value

See Also