Click or drag to resize

ICommenceDatabaseViewReverseName 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
string ViewReverseName(
	string itemName,
	int prefFlag
)

Parameters

itemName
Type: SystemString
Commence item name.
prefFlag
Type: SystemInt32
If the optional 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.
Remarks
This method is identical to GetReverseName.
See Also