Click or drag to resize
ILocalFolderApp Interface
Zet Universe

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

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

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 ILocalFolderApp : IFileStorageApp, 
	IZetApp, IPlugin

The ILocalFolderApp 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 (Inherited from IFileStorageApp.)
Public methodInvoke (Inherited from IPlugin.)
Public methodIsShellItemRootedInAppRoot
Public methodOnConnection (Inherited from IPlugin.)
Public methodOnDisconnection (Inherited from IPlugin.)
Public methodOnShellItemChanged
Public methodOnShellItemCreated
Public methodOnShellItemDeleted
Public methodOnShellItemRenamed
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 methodStopWatchingShellItem
Public methodTryGetSharedFolderAppItemDataContainerFromShellItem
Public methodTryRemove (Inherited from IZetApp.)
Public methodTryWatchShellItem
Top
Events
  NameDescription
Public eventAdded (Inherited from IZetApp.)
Top
See Also