C# Class CmisSync.Lib.SelectiveIgnore.IgnoredEntity

Ignored entity holds the ignored remote object id and the local path.
Inheritance: IIgnoredEntity
Exibir arquivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
IgnoredEntity ( IDocument doc, IPathMatcher matcher ) : System

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.

IgnoredEntity ( IFolder folder, IPathMatcher matcher ) : System

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.

Method Details

IgnoredEntity() public method

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.
public IgnoredEntity ( IDocument doc, IPathMatcher matcher ) : System
doc IDocument Ignored document.
matcher IPathMatcher Path matcher to create local path.
return System

IgnoredEntity() public method

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.
public IgnoredEntity ( IFolder folder, IPathMatcher matcher ) : System
folder IFolder Ignored folder.
matcher IPathMatcher Path matcher to create local path.
return System