Hi,
When implementing an Access Control plugin, we need to handle the events for adding and deleting pictures for each card holder from Xprotect Management Client UI.
How should we implement this? I think it should be something like ACCredentialHolderManager.GetCredentialHolder as: UploadCredentialHolder, DeletedCredentialHolder
Hello Binh,
Currently there is no dedicated event that the plugin can subscribe to for changes to the picture from the Management Client. What would you like to do with that kind of event, if it was available?
Just for clarification, XProtect treats the picture, that is set from the Management Client, as an override for the picture in the Access Control system. The same is true for deleting the picture, it just removes whatever override has been set through the management client and starts using the picture from the AC System instead.