Click or drag to resize
weroSoft AG, Software
SettingsManagerGetSettingFileName Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the settings file name defined by the defined id.

Namespace:  WeroSoft.Triton.Desktop.Configuration
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public string GetSettingFileName(
	Guid id
)

Parameters

id
Type: SystemGuid
Identifier of the setting to get the file name from.

Return Value

Type: String

[Missing <returns> documentation for "M:WeroSoft.Triton.Desktop.Configuration.SettingsManager.GetSettingFileName(System.Guid)"]

See Also