Table of Contents

Class UofxService.File

Namespace
Ede.Uofx.PubApi.Sdk.NetStd.Service
Assembly
Ede.Uofx.PubApi.Sdk.NetStd.dll

檔案服務

public static class UofxService.File
Inheritance
UofxService.File
Inherited Members

Methods

FileUpload(FileStream)

檔案上傳

public static Task<FileViewModel> FileUpload(FileStream file)

Parameters

file FileStream

檔案串流

Returns

Task<FileViewModel>

檔案資訊

FileUpload(string)

檔案上傳

public static Task<FileViewModel> FileUpload(string filePath)

Parameters

filePath string

檔案路徑

Returns

Task<FileViewModel>

檔案資訊