C# Class Orchard.Azure.CloudBlobContainerExtensions

Mostra file Open project: ucdavis/Orchard

Public Methods

Method 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 method

public static BlobExists ( this container, string path ) : bool
container this
path string
return bool

DirectoryExists() public static method

public static DirectoryExists ( this container, string path ) : bool
container this
path string
return bool

EnsureBlobDoesNotExist() public static method

public static EnsureBlobDoesNotExist ( this container, string path ) : void
container this
path string
return void

EnsureBlobExists() public static method

public static EnsureBlobExists ( this container, string path ) : void
container this
path string
return void

EnsureDirectoryDoesNotExist() public static method

public static EnsureDirectoryDoesNotExist ( this container, string path ) : void
container this
path string
return void

EnsureDirectoryExists() public static method

public static EnsureDirectoryExists ( this container, string path ) : void
container this
path string
return void