Click or drag to resize

ShellDataObjectFileContentsPaths Property

Gets a list of file paths the data object may reference. These files are temporary files that contain file data. They can be moved during the operation. This list is only available on DragDropTargetEventType's DragDrop type events.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<string> FileContentsPaths { get; }

Property Value

Type: IReadOnlyListString
A list of temporary file paths the data object may reference.
See Also