Click or drag to resize

ShellDataObjectFileContentsDatas Property

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

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

Property Value

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