Click or drag to resize

OnDemandCallbackContextFetchDataFlags Property

Gets the fetch data flags. Will be valid in HydrateDataAsync context.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public OnDemandFetchDataFlags? FetchDataFlags { get; }

Property Value

Type: NullableOnDemandFetchDataFlags
The fetch data flags.
See Also