Interface IRVSystemUserContextProvider
An interface that handles user resolution.
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public interface IRVSystemUserContextProvider
Methods
GetUserContext()
A method that should create the user context for a system user. This method will be called when Reveal needs to perform an action without a user context, for example when processing a scheduled job.
Declaration
IRVUserContext GetUserContext()
Returns
| Type | Description |
|---|---|
| IRVUserContext | Implementation of the IRVUserContext interface. The returned value will be passed to other Reveal providers, like IRVDashboardProvider
RVUserContext is a default implementation you could use.
and |