Responder Developer Guide
GetSettingsPath Method


Syntax
'Declaration
 
Public Shared Function GetSettingsPath( _
   ByVal file As String, _
   ByVal folder As Environment.SpecialFolder _
) As String
'Usage
 
Dim file As String
Dim folder As Environment.SpecialFolder
Dim value As String
 
value = SettingsSerializer.GetSettingsPath(file, folder)
public static string GetSettingsPath( 
   string file,
   Environment.SpecialFolder folder
)

Parameters

file
folder
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SettingsSerializer Class
SettingsSerializer Members

 

 


Send Comment