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.1
Syntax public static string GetDefaultSavePathFromLibrary(
ItemIdList p_AbsoluteItemIdList
)
Public Shared Function GetDefaultSavePathFromLibrary (
p_AbsoluteItemIdList As ItemIdList
) As String
public:
static String^ GetDefaultSavePathFromLibrary(
ItemIdList^ p_AbsoluteItemIdList
)
static member GetDefaultSavePathFromLibrary :
p_AbsoluteItemIdList : ItemIdList -> string
Parameters
- p_AbsoluteItemIdList
- Type: Jam.ShellItemIdList
The absolute ItemIdList of the Windows 7 Library
Return Value
Type:
StringThe 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