 | 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
Syntaxstring MergeTemplateCreate(
string templateName,
string categoryName,
bool shared
)
Function MergeTemplateCreate (
templateName As String,
categoryName As String,
shared As Boolean
) As String
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:
StringTemplate filename assigned by Commence, including the full path and extension.
See Also