Click or drag to resize
ILocalFolderAppTryGetSharedFolderAppItemDataContainerFromShellItem Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Plugins.ILocalFolderApp.TryGetSharedFolderAppItemDataContainerFromShellItem(System.String,ZU.Configuration.Settings.IAppAccount,ZU.WPF.Data.SharedFolderAppItemDataContainer@)"]

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#
bool TryGetSharedFolderAppItemDataContainerFromShellItem(
	string shellItemPath,
	IAppAccount account,
	out SharedFolderAppItemDataContainer container
)

Parameters

shellItemPath
Type: SystemString

[Missing <param name="shellItemPath"/> documentation for "M:ZU.Plugins.ILocalFolderApp.TryGetSharedFolderAppItemDataContainerFromShellItem(System.String,ZU.Configuration.Settings.IAppAccount,ZU.WPF.Data.SharedFolderAppItemDataContainer@)"]

account
Type: ZU.Configuration.SettingsIAppAccount

[Missing <param name="account"/> documentation for "M:ZU.Plugins.ILocalFolderApp.TryGetSharedFolderAppItemDataContainerFromShellItem(System.String,ZU.Configuration.Settings.IAppAccount,ZU.WPF.Data.SharedFolderAppItemDataContainer@)"]

container
Type: ZU.WPF.DataSharedFolderAppItemDataContainer

[Missing <param name="container"/> documentation for "M:ZU.Plugins.ILocalFolderApp.TryGetSharedFolderAppItemDataContainerFromShellItem(System.String,ZU.Configuration.Settings.IAppAccount,ZU.WPF.Data.SharedFolderAppItemDataContainer@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ZU.Plugins.ILocalFolderApp.TryGetSharedFolderAppItemDataContainerFromShellItem(System.String,ZU.Configuration.Settings.IAppAccount,ZU.WPF.Data.SharedFolderAppItemDataContainer@)"]

See Also