CmisSync.Lib.SelectiveIgnore.IgnoredEntitiesStorage.IsIgnoredPath C# (CSharp) Méthode

IsIgnoredPath() public méthode

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