C# 클래스 Orchard.Azure.CloudBlobContainerExtensions

파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
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

메소드 상세

BlobExists() 공개 정적인 메소드

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

DirectoryExists() 공개 정적인 메소드

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

EnsureBlobDoesNotExist() 공개 정적인 메소드

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

EnsureBlobExists() 공개 정적인 메소드

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

EnsureDirectoryDoesNotExist() 공개 정적인 메소드

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

EnsureDirectoryExists() 공개 정적인 메소드

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