Click or drag to resize

ShellBrowserGetDefaultSavePathFromLibrary Method

For a given Windows 7+ library, this function returns the default save path.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public static string GetDefaultSavePathFromLibrary(
	ItemIdList p_AbsoluteItemIdList
)

Parameters

p_AbsoluteItemIdList
Type: Jam.ShellItemIdList
The absolute ItemIdList of the Windows 7 Library

Return Value

Type: String
The default save path for a given Windows 7+ library path, an empty string if the given p_ItemIdList was not a library or an other error occurred.
See Also