Method | Description | |
---|---|---|
Handle ( ISyncEvent e ) : bool |
Observes content change events and if they effect exiting entries, updates to storage are executed. If an existing entry is not ignored anymore a crawl sync is started.
|
|
IgnoreFlagChangeDetection ( IIgnoredEntitiesStorage ignores, IPathMatcher matcher, ISyncEventQueue queue ) : System |
Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoreFlagChangeDetection class.
|
public Handle ( ISyncEvent e ) : bool | ||
e | ISyncEvent | The content change events to be observed. |
return | bool |
public IgnoreFlagChangeDetection ( IIgnoredEntitiesStorage ignores, IPathMatcher matcher, ISyncEventQueue queue ) : System | ||
ignores | IIgnoredEntitiesStorage | Storage for ignores. |
matcher | IPathMatcher | Path matcher. |
queue | ISyncEventQueue | Sync Event Queue. |
return | System |