ALFA.Shared.AzureFileStoreFile.Exists C# (CSharp) Метод

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

Returns true if the file exists.
public Exists ( ) : bool
Результат bool
        public bool Exists()
        {
            return Blob.Exists();
        }