REST.Backend.ServiceTypes.IBackendFilesApi.UploadFile

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure UploadFile(const AFileName: string; const AContentType: string; out AFile: TBackendEntityValue); overload;
procedure UploadFile(const AFileName: string; const AStream: TStream; const AContentType: string; out AFile: TBackendEntityValue); overload;

C++

virtual void __fastcall UploadFile(const System::UnicodeString AFileName, const System::UnicodeString AContentType, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AFile) = 0 /* overload */;
virtual void __fastcall UploadFile(const System::UnicodeString AFileName, System::Classes::TStream* const AStream, const System::UnicodeString AContentType, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AFile) = 0 /* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes IBackendFilesApi

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。