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 public IReadOnlyList<byte[]> FileContentsDatas { get; }
Property Value
Type:
IReadOnlyListByteA list of temporary file paths the data object may reference.
See Also