C# Class CmisSync.Lib.Filter.IgnoreAlreadyHandledFsEventsFilter

Already added objects fs event filter.
Inheritance: SyncEventHandler
Mostra file Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
Handle ( ISyncEvent e ) : bool

Filters FSEvents if they signalize an add and are handled already. This occurs if the syncer creates a local object on file system.

IgnoreAlreadyHandledFsEventsFilter ( IMetaDataStorage storage, IFileSystemInfoFactory fsFactory = null ) : System

Initializes a new instance of the CmisSync.Lib.Filter.IgnoreAlreadyHandledFsEventsFilter class.

Method Details

Handle() public method

Filters FSEvents if they signalize an add and are handled already. This occurs if the syncer creates a local object on file system.
public Handle ( ISyncEvent e ) : bool
e ISyncEvent Sync event
return bool

IgnoreAlreadyHandledFsEventsFilter() public method

Initializes a new instance of the CmisSync.Lib.Filter.IgnoreAlreadyHandledFsEventsFilter class.
public IgnoreAlreadyHandledFsEventsFilter ( IMetaDataStorage storage, IFileSystemInfoFactory fsFactory = null ) : System
storage IMetaDataStorage Storage instance.
fsFactory IFileSystemInfoFactory Fs factory.
return System