 | ICommenceDatabaseMergeTemplateSave Method |
Updates an existing template identified by the name parameter. Template must exist, else the call fails.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring MergeTemplateSave(
string templateName,
bool shared
)
Function MergeTemplateSave (
templateName As String,
shared As Boolean
) As String
Parameters
- templateName
- Type: SystemString
Commence template name. - shared
- Type: SystemBoolean
true for shared, ignored for stand-alone, fails when user is non-author.
Return Value
Type:
StringTemplate filename assigned by Commence, including the full path and extension.
See Also