Skip to content

Services

Trevor Fayas edited this page Jan 2, 2022 · 3 revisions

General Purpose Services

  • IUrlResolver: Resolves relative and absolute Urls, handling removal of the ~ symbol. You should use this to resolve all Urls from your repositories so Urls passed from your Interface methods are clean.
  • ILogger: Non-Xperience Logging service, by default resolves to the IEventLogService interface with Xperience.
  • IRoleService: Methods for User Role Management, such as Setting a user to a role or removing them.

Feature Specific Services

Clone this wiki locally