CmisSync.Lib.SelectiveIgnore.IgnoredEntitiesStorage.IsIgnored C# (CSharp) 메소드

IsIgnored() 공개 메소드

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

Same methods

IgnoredEntitiesStorage::IsIgnored ( IFolder folder ) : IgnoredState