Click or drag to resize

JobUploadParametersNewAndChangedOnly Property

True to upload new and changed files only which are determined by comparing the last modified timestamps of the local file and its corresponding Blob (if one exists). False to upload all candidate files.

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public bool NewAndChangedOnly { get; }

Property Value

Boolean
See Also