EMS.Services.TEMSInternalAPI.RetrieveGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RetrieveGroup(const AGroupName: string; out AResponse: IEMSResourceResponseContent): Boolean;

C++

bool __fastcall RetrieveGroup(const System::UnicodeString AGroupName, /* out */ _di_IEMSResourceResponseContent &AResponse);

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSInternalAPI

Description

Retrieves the field data from the EMS Server for the specified EMS Group.

RetrieveGroup gets the field data for the AGroupName from the EMS Server. The RetrieveGroup method puts the response from the resource in the AResponse parameter.

RetrieveGroup returns False if the response request status code is 404 (the EMS Group is Not found). Otherwise, RetrieveGroup returns True.

See Also