Click or drag to resize

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
Syntax
string MergeTemplateSave(
	string templateName,
	bool shared
)

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: String
Template filename assigned by Commence, including the full path and extension.
See Also