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

IsIgnoredPath() public method

Determines whether this the ignored path is ignored.
public IsIgnoredPath ( string localPath ) : IgnoredState
localPath string Local path.
return IgnoredState
        public IgnoredState IsIgnoredPath(string localPath) {
            return this.collection.IsIgnoredPath(localPath);
        }
    }