Click or drag to resize
IFileStorageApp Interface
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:ZU.Plugins.IFileStorageApp"]

Namespace: ZU.Plugins
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public interface IFileStorageApp : IZetApp, 
	IPlugin

The IFileStorageApp type exposes the following members.

Properties
  NameDescription
Public propertyAccounts
Accounts
(Inherited from IZetApp.)
Public propertyAppButtonInfo
Provides information about this application's button, including its name, tooltip, and icon.
(Inherited from IZetApp.)
Public propertyAreMultipleAccountsAllowed (Inherited from IZetApp.)
Public propertyHost (Inherited from IPlugin.)
Public propertyId (Inherited from IZetApp.)
Public propertyIsAdded (Inherited from IZetApp.)
Public propertyIsDataImportSupported (Inherited from IZetApp.)
Public propertyIsSignedIn (Inherited from IZetApp.)
Public propertyPublisher
App module publisher
(Inherited from IZetApp.)
Public propertyStatus (Inherited from IZetApp.)
Public propertyTitle (Inherited from IZetApp.)
Public propertyVersion (Inherited from IZetApp.)
Top
Methods
  NameDescription
Public methodGetAppPane
Flyout is a control that is shown upon click on the app's icon in the Window Bar Left.
(Inherited from IZetApp.)
Public methodGetCurrentAppSettings (Inherited from IZetApp.)
Public methodImportShellItem
Public methodInvoke (Inherited from IPlugin.)
Public methodOnConnection (Inherited from IPlugin.)
Public methodOnDisconnection (Inherited from IPlugin.)
Public methodProcessGenericNotification
Generic notification means different thing for different apps; usually
(Inherited from IZetApp.)
Public methodShowAddDialog
Keeping this for now.
(Inherited from IZetApp.)
Public methodShowSettingsDialog
Keeping this for now
(Inherited from IZetApp.)
Public methodShutdown
Unloads this plugin
(Inherited from IZetApp.)
Public methodTryRemove (Inherited from IZetApp.)
Top
Events
  NameDescription
Public eventAdded (Inherited from IZetApp.)
Top
See Also