Click or drag to resize
IFileStorageAppImportShellItem Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Plugins.IFileStorageApp.ImportShellItem(System.String,ZU.Configuration.Settings.IAppAccount,ZU.Core.IModel,System.Windows.Rect)"]

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#
Task ImportShellItem(
	string localShellItemNamePath,
	IAppAccount account,
	IModel modelContext,
	Rect position
)

Parameters

localShellItemNamePath
Type: SystemString

[Missing <param name="localShellItemNamePath"/> documentation for "M:ZU.Plugins.IFileStorageApp.ImportShellItem(System.String,ZU.Configuration.Settings.IAppAccount,ZU.Core.IModel,System.Windows.Rect)"]

account
Type: ZU.Configuration.SettingsIAppAccount

[Missing <param name="account"/> documentation for "M:ZU.Plugins.IFileStorageApp.ImportShellItem(System.String,ZU.Configuration.Settings.IAppAccount,ZU.Core.IModel,System.Windows.Rect)"]

modelContext
Type: ZU.CoreIModel

[Missing <param name="modelContext"/> documentation for "M:ZU.Plugins.IFileStorageApp.ImportShellItem(System.String,ZU.Configuration.Settings.IAppAccount,ZU.Core.IModel,System.Windows.Rect)"]

position
Type: System.WindowsRect

[Missing <param name="position"/> documentation for "M:ZU.Plugins.IFileStorageApp.ImportShellItem(System.String,ZU.Configuration.Settings.IAppAccount,ZU.Core.IModel,System.Windows.Rect)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:ZU.Plugins.IFileStorageApp.ImportShellItem(System.String,ZU.Configuration.Settings.IAppAccount,ZU.Core.IModel,System.Windows.Rect)"]

See Also