Partial

SyncRequest.Partial property

Indicates to the server that the client sent a partial list of collections, in which case the server obtains the rest of the collections from its cache.

public bool Partial { get; set; }

See Also