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

Get instance of Template from the database

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

Syntax

C#
public TemplateInfo GetTemplate(
	int templateId
)
Visual Basic (Declaration)
Public Function GetTemplate ( _
	templateId As Integer _
) As TemplateInfo
Visual C++
public:
TemplateInfo^ GetTemplate(
	int templateId
)

Parameters

templateId
Type: System..::.Int32
The unique id of the Template in the database

Return Value

The TemplateInfo information structure, null if the Template is not found

See Also