Click or drag to resize

OnDemandFileDescriptorsDataFormatGetDescriptors Method

Gets the descriptors to add to the data object. If AddDataObjectItems is set, the descriptors will already contain the data object's Items.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual IEnumerable<FileStreamDescriptor> GetDescriptors(
	OnDemandDataObject dataObject
)

Parameters

dataObject
Type: callback.ShellBoost.CoreOnDemandDataObject
The data object.

Return Value

Type: IEnumerableFileStreamDescriptor
A list of file descriptors.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataObject is null.
See Also