PublicAPI.Services.SecurityServices.RunBySystemUser ELMA API Documentation
Run a code by the system user with elevated permissions. Inside the authorization as the system user is performed and the RunWithElevatedPrivilegies method is invoked.
 
 
Syntax

public void RunBySystemUser(
	Action action
)
See Also