메소드 | 설명 | |
---|---|---|
Add ( IFormFile file ) : string | ||
CreateGuidFilePath ( IFormFile file ) : string | ||
Delete ( string sourcePath ) : IResult | ||
Update ( string oldPath, IFormFile file ) : string |
public static CreateGuidFilePath ( IFormFile file ) : string | ||
file | IFormFile | |
리턴 | string |
public static Delete ( string sourcePath ) : IResult | ||
sourcePath | string | |
리턴 | IResult |
public static Update ( string oldPath, IFormFile file ) : string | ||
oldPath | string | |
file | IFormFile | |
리턴 | string |