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

isSuspended() public method

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