REST.Backend.ServiceTypes.TBackendUsersApi.UpdateUser

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure UpdateUser(const AObjectID: string; const AUserData: TJSONObject; out AUpdatedObject: TBackendEntityValue); overload;

C++

HIDESBASE void __fastcall UpdateUser(const System::UnicodeString AObjectID, System::Json::TJSONObject* const AUserData, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUpdatedObject)/* overload */;
inline void __fastcall  UpdateUser(const Rest::Backend::Metatypes::TBackendEntityValue &AObject, System::Json::TJSONObject* const AUserData, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUpdatedObject){ TBackendAuthApi::UpdateUser(AObject, AUserData, AUpdatedObject); }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendUsersApi

Beschreibung


Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.