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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IReadOnlyList<string> FileContentsPaths { get; }
Property Value
Type:
IReadOnlyListStringA list of temporary file paths the data object may reference.
See Also