C# Class KeeAnywhere.KeeAnywhereExt

Plugin for KeePass to allow access to cloud storage providers
KeePass SDK documentation: http://keepass.info/help/v2_dev/plg_index.html
Inheritance: KeePass.Plugins.Plugin
Afficher le fichier Open project: Kyrodan/KeeAnywhere

Méthodes publiques

Méthode Description
Initialize ( IPluginHost pluginHost ) : bool

Called when the Plugin is being loaded which happens on startup of KeePass

Terminate ( ) : void

Private Methods

Méthode Description
FixGoogleApiDependencyLoading ( ) : void
HasAccounts ( ) : bool
OnOpenFromCloudDrive ( object sender, EventArgs eventArgs ) : void
OnSaveToCloudDrive ( object sender, EventArgs e ) : void
OnShowSetting ( object sender, EventArgs e ) : void
SetBrowserFeatureControl ( ) : void

Method Details

Initialize() public méthode

Called when the Plugin is being loaded which happens on startup of KeePass
public Initialize ( IPluginHost pluginHost ) : bool
pluginHost IPluginHost
Résultat bool

Terminate() public méthode

public Terminate ( ) : void
Résultat void