REST.Backend.ServiceTypes.IBackendGroupsApi.RemoveUsers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveUsers(const AGroupName: string; const AUsers: TArray<string>; out AUpdatedObject: TBackendEntityValue): Boolean;

C++

virtual bool __fastcall RemoveUsers(const System::UnicodeString AGroupName, const System::DynamicArray<System::UnicodeString> AUsers, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUpdatedObject) = 0 ;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.