C# Class KeePass.App.Configuration.AppConfigSerializer

Mostra file Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
Load ( ) : AppConfigEx
Save ( AppConfigEx tConfig ) : bool

Private Methods

Method Description
EnsureAppDataDirAvailable ( ) : void
GetConfigPaths ( ) : void
LoadConfigFileEx ( string strFilePath, XmlDocument xdEnforced ) : AppConfigEx
LoadEnforcedConfigFile ( ) : XmlDocument
SaveConfigFileEx ( AppConfigEx tConfig, string strFilePath, bool bRemoveConfigPref ) : bool

Method Details

Load() public static method

public static Load ( ) : AppConfigEx
return AppConfigEx

Save() public static method

public static Save ( AppConfigEx tConfig ) : bool
tConfig AppConfigEx
return bool