Click or drag to resize

IShellPreviewHandlerLoad Method

Loads the file given through the parameters

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
bool Load(
	ICommonPreviewHandlerHost p_Parent,
	string p_Path,
	ItemIdList p_AbsolutePidl
)

Parameters

p_Parent
Type: Jam.ShellICommonPreviewHandlerHost
The host control of the PreviewHandlers.
p_Path
Type: SystemString
The file path to be displayed
p_AbsolutePidl
Type: Jam.ShellItemIdList
The absolute ItemIdList of the file to be displayed.

Return Value

Type: Boolean
true if loading succeeded
See Also