C# 클래스 WebFiles.Mvc.Providers.FileSystemProvider

상속: IStorageProvider
파일 보기 프로젝트 열기: rjnienaber/webfiles 1 사용 예제들

공개 메소드들

메소드 설명
CheckExists ( string relativePath ) : bool
Copy ( string relativeSourcePath, string relativeDestinationPath ) : void
CreateCollection ( string relativePath ) : void
Delete ( string relativePath ) : void
FileSystemProvider ( string basePath ) : System
Move ( string relativeSourcePath, string relativeDestinationPath ) : void
Process ( PropfindRequest request ) : MultiStatusResult
Read ( string relativePath ) : Stream
Save ( string relativePath, Stream input ) : void

비공개 메소드들

메소드 설명
FileSystemProvider ( ) : System
GetFullPath ( string additionalPath ) : string
IsACollection ( string fullPath ) : bool
JoinRelativePath ( string basePath, string additionalPath ) : string
Process ( PropfindRequest request, string relativePath, int currentDepth, MultiStatusResult multiStatus ) : void

메소드 상세

CheckExists() 공개 메소드

public CheckExists ( string relativePath ) : bool
relativePath string
리턴 bool

Copy() 공개 메소드

public Copy ( string relativeSourcePath, string relativeDestinationPath ) : void
relativeSourcePath string
relativeDestinationPath string
리턴 void

CreateCollection() 공개 메소드

public CreateCollection ( string relativePath ) : void
relativePath string
리턴 void

Delete() 공개 메소드

public Delete ( string relativePath ) : void
relativePath string
리턴 void

FileSystemProvider() 공개 메소드

public FileSystemProvider ( string basePath ) : System
basePath string
리턴 System

Move() 공개 메소드

public Move ( string relativeSourcePath, string relativeDestinationPath ) : void
relativeSourcePath string
relativeDestinationPath string
리턴 void

Process() 공개 메소드

public Process ( PropfindRequest request ) : MultiStatusResult
request PropfindRequest
리턴 WebFiles.Mvc.ActionResults.MultiStatusResult

Read() 공개 메소드

public Read ( string relativePath ) : Stream
relativePath string
리턴 Stream

Save() 공개 메소드

public Save ( string relativePath, Stream input ) : void
relativePath string
input Stream
리턴 void