CmisSync.Lib.Sync.CmisRepo.isSyncing C# (CSharp) Method

isSyncing() public method

Whether this folder's synchronization is running right now.
public isSyncing ( ) : bool
return bool
        public override bool isSyncing()
        {
            return this.synchronizedFolder.isSyncing();
        }