REST.Backend.ServiceComponents.TBackendFiles

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.ServiceComponents.TCustomBackendFilesREST.Backend.Providers.TBackendServiceComponentAuthREST.Backend.Providers.TBackendServiceComponentREST.Backend.Providers.TBackendServiceComponentTBackendFiles

Delphi

TBackendFiles = class(TCustomBackendFiles)

C++

class PASCALIMPLEMENTATION TBackendFiles : public TCustomBackendFiles

Properties

Type Visibility Source Unit Parent
class public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents REST.Backend.ServiceComponents

Description

Uploads and deletes files or streams.

TBackendFiles is used to upload and delete files or streams.

Note: The component does not download files. Use the REST class TDownloadURL to download files.

See Also