Click or drag to resize
ILocalFolderAppIsShellItemRootedInAppRoot Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Plugins.ILocalFolderApp.IsShellItemRootedInAppRoot(System.String,System.Collections.Generic.List{ZU.Configuration.Settings.IAppAccount}@)"]

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 IsShellItemRootedInAppRoot(
	string shellItemPath,
	out List<IAppAccount> accounts
)

Parameters

shellItemPath
Type: SystemString

[Missing <param name="shellItemPath"/> documentation for "M:ZU.Plugins.ILocalFolderApp.IsShellItemRootedInAppRoot(System.String,System.Collections.Generic.List{ZU.Configuration.Settings.IAppAccount}@)"]

accounts
Type: System.Collections.GenericListIAppAccount

[Missing <param name="accounts"/> documentation for "M:ZU.Plugins.ILocalFolderApp.IsShellItemRootedInAppRoot(System.String,System.Collections.Generic.List{ZU.Configuration.Settings.IAppAccount}@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ZU.Plugins.ILocalFolderApp.IsShellItemRootedInAppRoot(System.String,System.Collections.Generic.List{ZU.Configuration.Settings.IAppAccount}@)"]

See Also