Click or drag to resize

ItemIdListConcatRelativeIdList Method

Concatenates a relative item idlist to the current one returning a new object

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public ItemIdList ConcatRelativeIdList(
	IntPtr idList
)

Parameters

idList
Type: SystemIntPtr
pointer to the relative item id list

Return Value

Type: ItemIdList
a new ItemIdList
See Also