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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ShellItemIdList NewIdList { get; set; }

Property Value

Type: ShellItemIdList
The new PIDL or null.
See Also