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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual void AddFormat(
	OnDemandDataFormat format
)

Parameters

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