Click or drag to resize

OnDemandCallbackContextOptionalLength Property

Gets the optional file length. 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 long? OptionalLength { get; }

Property Value

Type: NullableInt64
The the optional file length.
See Also