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.2
Syntax
public ItemIdList ConcatRelativeIdList(
	IntPtr idList
)

Parameters

idList  IntPtr
pointer to the relative item id list

Return Value

ItemIdList
a new ItemIdList
See Also