REST.Backend.ParseApi.TParseApi.RetrieveInstallation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RetrieveInstallation(const AObjectID: string; const AJSON: TJSONArray = nil): Boolean; overload;

C++

bool __fastcall RetrieveInstallation(const System::UnicodeString AObjectID, System::Json::TJSONArray* const AJSON = (System::Json::TJSONArray*)(0x0))/* overload */;

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

Description

Retrieves an installation object. Returns False if it does not find the installation object.

The RetrieveInstallation method accepts the following parameters:

RetrieveInstallation calls DoRetrieveInstallation.

Exceptions

A call to RetrieveInstallation may raise the following exception:

Exception Exception.Message Scenarios

EParseAPIError

ObjectID required

  • The object ID that you provided is an empty String.

See Also