Click or drag to resize

CommenceDatabaseGetReverseName Method

Uses Commence preference information and reverses the name if appropriate.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public string GetReverseName(
	string itemName,
	int prefFlag = 0
)

Parameters

itemName
Type: SystemString
Commence item name.
prefFlag (Optional)
Type: SystemInt32
If the PrefFlag parameter is 1, then the Customize / Preferences / Other / Name Field setting is used to determine if names should be reversed. If the PrefFlag parameter is left blank or is set to 0, then the command uses the Reverse Name checkbox value of the latest invocation of Tools-Send Letter and reverses the name if appropriate.

Return Value

Type: String
Reverse name, if applicable.

Implements

ICommenceDatabaseGetReverseName(String, Int32)
See Also