CmisSync.Lib.SelectiveIgnore.SelectiveIgnoreEventTransformer.IsInsideIgnoredPath C# (CSharp) Method

IsInsideIgnoredPath() private method

private IsInsideIgnoredPath ( string path ) : bool
path string
return bool
        private bool IsInsideIgnoredPath(string path) {
            return this.ignores.IsIgnoredPath(path) == IgnoredState.INHERITED;
        }
    }