UserService
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Core.Services;Getting the service
Services property
IUserService userService = Services.UserService;Dependency Injection
Static accessor
Samples
Last updated
Was this helpful?