ISphinxContext.UserManager Method
Gets the user manager instance.
Remarks
The UserManager method returns the user manager instance (IUserManager) that is responsible for managing user-related operations such as finding, creating, updating, and deleting users.
Syntax
Unit: Sphinx.Context
function ISphinxContext.UserManager: IUserManager; virtual; abstract;