C# 클래스 JordanRift.Grassroots.Framework.Services.LocalFileSaveService

상속: IFileSaveService
파일 보기 프로젝트 열기: JordanRift/Grassroots

공개 메소드들

메소드 설명
SaveFiles ( List fileUploadList ) : void

Saves each file in the FileUpload to the local "Content\\UserContent\\" folder and will set the IsErrors on each FileUpload if it is not possible to save the file. It will also attempt to delete the previous file name, but will be silent if the delete fails (file in use, permissions, etc.).

메소드 상세

SaveFiles() 공개 메소드

Saves each file in the FileUpload to the local "Content\\UserContent\\" folder and will set the IsErrors on each FileUpload if it is not possible to save the file. It will also attempt to delete the previous file name, but will be silent if the delete fails (file in use, permissions, etc.).
public SaveFiles ( List fileUploadList ) : void
fileUploadList List A list of files to save.
리턴 void