NuGet.Services.Metadata.Catalog.Persistence.AggregateStorage.Exists C# (CSharp) Method

Exists() public method

public Exists ( string fileName ) : bool
fileName string
return bool
        public override bool Exists(string fileName)
        {
            return _primaryStorage.Exists(fileName);
        }