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.
|
public IgnoredEntity ( IDocument doc, IPathMatcher matcher ) : System | ||
doc | IDocument | Ignored document. |
matcher | IPathMatcher | Path matcher to create local path. |
return | System |
public IgnoredEntity ( IFolder folder, IPathMatcher matcher ) : System | ||
folder | IFolder | Ignored folder. |
matcher | IPathMatcher | Path matcher to create local path. |
return | System |