Click or drag to resize

ICommenceDatabaseMergeTemplateCreate Method

Creates a new template with the given parameters. If template exists, the call fails. This call returns the template filename assigned by Commence, including the full path and extension configured in Preferences-Letter dialog.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string MergeTemplateCreate(
	string templateName,
	string categoryName,
	bool shared
)

Parameters

templateName
Type: SystemString
Name for new template.
categoryName
Type: SystemString
Commence category name.
shared
Type: SystemBoolean
true for shared template, ignored when database is stand-alone, fails if user has no author rights.

Return Value

Type: String
Template filename assigned by Commence, including the full path and extension.
See Also