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

The system category uses the template name to identify a particular template.

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

Syntax

C#
public static string GetSystemTemplateName(
	TemplateNameId stId
)
Visual Basic (Declaration)
Public Shared Function GetSystemTemplateName ( _
	stId As TemplateNameId _
) As String
Visual C++
public:
static String^ GetSystemTemplateName(
	TemplateNameId stId
)

Parameters

stId
Type: OfficeClip.BusinessLayer.Template..::.TemplateNameId
The template id

Return Value

The actual name for the template to be used for display

See Also