C# 클래스 Rock.Storage.Provider.Database

상속: ProviderComponent
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
DeleteContent ( BinaryFile file ) : void

Deletes the content from the external storage medium associated with the provider.

GetContentStream ( BinaryFile file ) : Stream

Gets the contents from the external storage medium associated with the provider

SaveContent ( BinaryFile file ) : void

Saves the binary file contents to the external storage medium associated with the provider.

메소드 상세

DeleteContent() 공개 메소드

Deletes the content from the external storage medium associated with the provider.
public DeleteContent ( BinaryFile file ) : void
file BinaryFile The file.
리턴 void

GetContentStream() 공개 메소드

Gets the contents from the external storage medium associated with the provider
public GetContentStream ( BinaryFile file ) : Stream
file BinaryFile The file.
리턴 System.IO.Stream

SaveContent() 공개 메소드

Saves the binary file contents to the external storage medium associated with the provider.
public SaveContent ( BinaryFile file ) : void
file BinaryFile The file.
리턴 void