Метод | Описание | |
---|---|---|
Add ( IFormFile file ) : string | ||
CreateGuidFilePath ( IFormFile file ) : string | ||
Delete ( string sourcePath ) : IResult | ||
Update ( string oldPath, IFormFile file ) : string |
public static Add ( IFormFile file ) : string | ||
file | IFormFile | |
Результат | 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 |