Click or drag to resize

CommenceDatabaseGetPreference Method

Get preference settings.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public string GetPreference(
	string preferenceSetting
)

Parameters

preferenceSetting
Type: SystemString
Setting to retrieve. Valid settings are "Me", "MeCategory", "LetterLogDir", "ExternalDir"

Return Value

Type: String
Commence Preferences setting.

Implements

ICommenceDatabaseGetPreference(String)
See Also