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: 7.2
Syntax
public static bool IsNullOrInvalid(
	ItemIdList pItemIdList
)

Parameters

pItemIdList  ItemIdList
An ItemIdList. This value can be NULL.

Return Value

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