C# 클래스 LayersCMS.Util.FileSystem.SecureDiskFileStore

A file store that stores files away from the website folder (for security)
상속: IFileStore
파일 보기 프로젝트 열기: stevekennaird/LayersCMS

공개 메소드들

메소드 설명
RetrieveFile ( string filename ) : Stream
SaveFile ( Stream fileStream, string originalFilename ) : string
SecureDiskFileStore ( ) : System

비공개 메소드들

메소드 설명
GetUniqueFilePath ( string filename ) : string
SaveToDisk ( Stream stream, string filePath ) : void

메소드 상세

RetrieveFile() 공개 메소드

public RetrieveFile ( string filename ) : Stream
filename string
리턴 Stream

SaveFile() 공개 메소드

public SaveFile ( Stream fileStream, string originalFilename ) : string
fileStream Stream
originalFilename string
리턴 string

SecureDiskFileStore() 공개 메소드

public SecureDiskFileStore ( ) : System
리턴 System