IHostConfigurationGetRoamingSettingsFilePath Method
Get the path of the custom configuration roaming file.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
string GetRoamingSettingsFilePath(
string code,
bool userSettings = true
)
Function GetRoamingSettingsFilePath (
code As String,
Optional userSettings As Boolean = true
) As String
- code String
- Configuration code.
- userSettings Boolean (Optional)
- Determines whether the settings apply to the user or all users.
StringString with the path of the custom configuration roaming file.