IHostConfigurationGetRoamingSettingsFilePath Method

Get the path of the custom configuration roaming file.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
string GetRoamingSettingsFilePath(
	string code,
	bool userSettings = true
)

Parameters

code  String
Configuration code.
userSettings  Boolean  (Optional)
Determines whether the settings apply to the user or all users.

Return Value

String
String with the path of the custom configuration roaming file.

See Also