CmisSync.Lib.SelectiveIgnore.IgnoredEntitiesStorage.IsIgnoredPath C# (CSharp) Метод

IsIgnoredPath() публичный Метод

Determines whether this the ignored path is ignored.
public IsIgnoredPath ( string localPath ) : IgnoredState
localPath string Local path.
Результат IgnoredState
        public IgnoredState IsIgnoredPath(string localPath) {
            return this.collection.IsIgnoredPath(localPath);
        }
    }