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
)
Public Shared Function IsNullOrInvalid (
pItemIdList As ItemIdList
) As Boolean
public:
static bool IsNullOrInvalid(
ItemIdList^ pItemIdList
)
static member IsNullOrInvalid :
pItemIdList : ItemIdList -> bool
Parameters
- pItemIdList
- Type: Jam.ShellItemIdList
An ItemIdList. This value can be NULL.
Return Value
Type:
BooleanTrue if null or the passed ItemIdList is invalid, false if not.
See Also