Click or drag to resize
ISharedFolderApp Interface
Zet Universe

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

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

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

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