Click or drag to resize

ShellDataObjectFileDescriptors Property

Gets a list of file descriptors the data object may reference.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyList<FILEDESCRIPTOR> FileDescriptors { get; }

Property Value

Type: IReadOnlyListFILEDESCRIPTOR
A list of file descriptors the data object may reference.
See Also