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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual IEnumerable<FileStreamDescriptor> GetDescriptors(
	OnDemandDataObject dataObject
)

Parameters

dataObject
Type: ShellBoost.CoreOnDemandDataObject
The data object.

Return Value

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