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.2
Syntax
bool Load(
	ICommonPreviewHandlerHost p_Parent,
	string p_Path,
	ItemIdList p_AbsolutePidl
)

Parameters

p_Parent  ICommonPreviewHandlerHost
The host control of the PreviewHandlers.
p_Path  String
The file path to be displayed
p_AbsolutePidl  ItemIdList
The absolute ItemIdList of the file to be displayed.

Return Value

Boolean
true if loading succeeded
See Also