C# Class Orchard.Azure.CloudBlobContainerExtensions

Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode Description
BlobExists ( this container, string path ) : bool
DirectoryExists ( this container, string path ) : bool
EnsureBlobDoesNotExist ( this container, string path ) : void
EnsureBlobExists ( this container, string path ) : void
EnsureDirectoryDoesNotExist ( this container, string path ) : void
EnsureDirectoryExists ( this container, string path ) : void

Method Details

BlobExists() public static méthode

public static BlobExists ( this container, string path ) : bool
container this
path string
Résultat bool

DirectoryExists() public static méthode

public static DirectoryExists ( this container, string path ) : bool
container this
path string
Résultat bool

EnsureBlobDoesNotExist() public static méthode

public static EnsureBlobDoesNotExist ( this container, string path ) : void
container this
path string
Résultat void

EnsureBlobExists() public static méthode

public static EnsureBlobExists ( this container, string path ) : void
container this
path string
Résultat void

EnsureDirectoryDoesNotExist() public static méthode

public static EnsureDirectoryDoesNotExist ( this container, string path ) : void
container this
path string
Résultat void

EnsureDirectoryExists() public static méthode

public static EnsureDirectoryExists ( this container, string path ) : void
container this
path string
Résultat void