API:REST.Backend.ServiceTypes.TBackendFilesApi.DeleteFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteFile(const AFile: TBackendEntityValue): Boolean; overload;
function DeleteFile(const AFileID: string): Boolean; overload;

C++

bool __fastcall DeleteFile(const Rest::Backend::Metatypes::TBackendEntityValue &AFile)/* overload */;
bool __fastcall DeleteFile(const System::UnicodeString AFileID)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendFilesApi

Description

Embarcadero Technologies does not currently have any additional information.