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
)
Public Function ConcatRelativeIdList (
idList As IntPtr
) As ItemIdList
public:
ItemIdList^ ConcatRelativeIdList(
IntPtr idList
)
member ConcatRelativeIdList :
idList : IntPtr -> ItemIdList
Parameters
- idList
- Type: SystemIntPtr
pointer to the relative item id list
Return Value
Type:
ItemIdLista new ItemIdList
See Also