EMS.ResourceAPI.TEMSEndpointAuthorization.FindACL
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: EMS.ResourceAPI.pas EMS.ResourceAPI.hpp
| |
Unit: EMS.ResourceAPI | |
Parent: TEMSEndpointAuthorization |
Delphi
function FindACL(const AName: string; out AACL: TACL): Boolean; virtual; abstract;
C++
virtual bool __fastcall FindACL(const System::UnicodeString AName, /* out */ TACL* &AACL) = 0 ;
Description
Tries to fill AACL
with the access control list from the RAD Server Engine (EMS Server) for an endpoint with the specified full name or a resource with the specified name and returns True
on success or False
otherwise.