SyncScope property

Gets or sets the scope of the sync.

Implementation

SyncFolderItemsScope? get SyncScope => this._syncScope;
void SyncScope=(SyncFolderItemsScope? value)

Implementation

set SyncScope(SyncFolderItemsScope? value) {
  this._syncScope = value;
}