Click or drag to resize

OnDemandCallbackContextOptionalFileOffset Property

Gets the optional file offset. 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? OptionalFileOffset { get; }

Property Value

Type: NullableInt64
The optional file offset.
See Also