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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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