Click or drag to resize

OnDemandFileDescriptorsDataFormat Constructor

Initializes a new instance of the OnDemandFileDescriptorsDataFormat class. You have the option to send the OnDemandDataObject's Items property as the medium or nothing by default.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public OnDemandFileDescriptorsDataFormat(
	bool addDataObjectItems
)

Parameters

addDataObjectItems
Type: SystemBoolean
if set to true the OnDemandDataObject's Items property value will be sent as the medium.
See Also