Click or drag to resize

ShellOperationEventArgsNewIdList Property

Gets or sets the new PIDL. For the SetNameOf operation, only the last segment will be used.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ShellItemIdList NewIdList { get; set; }

Property Value

Type: ShellItemIdList
The new PIDL or null.
See Also