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

상속: ProviderComponent
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

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

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

GetContentStream ( BinaryFile binaryFile ) : Stream

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

GetPath ( BinaryFile file ) : string

Gets the path.

SaveContent ( BinaryFile binaryFile ) : void

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

비공개 메소드들

메소드 설명
GetFilePath ( BinaryFile binaryFile ) : string

Gets the file path.

GetRelativePath ( BinaryFile binaryFile ) : string

Gets the relative path.

메소드 상세

DeleteContent() 공개 메소드

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

GetContentStream() 공개 메소드

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

GetPath() 공개 메소드

Gets the path.
public GetPath ( BinaryFile file ) : string
file BinaryFile The file.
리턴 string

SaveContent() 공개 메소드

Saves the binary file contents to the external storage medium associated with the provider.
File Data must not be null.
public SaveContent ( BinaryFile binaryFile ) : void
binaryFile BinaryFile The binary file.
리턴 void