CmisSync.Lib.SelectiveIgnore.IgnoredEntitiesStorage.IsIgnored C# (CSharp) Method

IsIgnored() public method

Determines whether the given Document is ignored.
public IsIgnored ( IDocument doc ) : IgnoredState
doc IDocument Document to be checked.
return IgnoredState
        public IgnoredState IsIgnored(IDocument doc) {
            return this.collection.IsIgnored(doc);
        }

Same methods

IgnoredEntitiesStorage::IsIgnored ( IFolder folder ) : IgnoredState