Method | Description | |
---|---|---|
DeleteFile ( string path ) : void | ||
DeleteTempFile ( string path ) : void | ||
FileService ( |
||
GetFile ( string path ) : Stream | ||
GetTempFile ( string path ) : Stream | ||
SaveFile ( string path, Stream stream ) : void |
public FileService ( |
||
context | ||
return | System |
public SaveFile ( string path, Stream stream ) : void | ||
path | string | |
stream | Stream | |
return | void |