Click or drag to resize

OnDemandDataObjectAddFormat Method

Adds a format to the object. Note the format content is genererally not defined at this moment.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void AddFormat(
	OnDemandDataFormat format
)

Parameters

format
Type: callback.ShellBoost.CoreOnDemandDataFormat
The format.
Exceptions
ExceptionCondition
ArgumentNullExceptionformat is null.
See Also