Click or drag to resize

ItemIdListIsNullOrInvalid Method

Query if 'pItemIdList' is null or invalid.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public static bool IsNullOrInvalid(
	ItemIdList pItemIdList
)

Parameters

pItemIdList
Type: Jam.ShellItemIdList
An ItemIdList. This value can be NULL.

Return Value

Type: Boolean
True if null or the passed ItemIdList is invalid, false if not.
See Also