EntityService.Visit Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Visit(IVisitable, int?)
Mark the specified entity as visited.
public static void Visit(IVisitable visitable, int? userId = default(int? ))
Parameters
- visitable
- IVisitable
The entity to visit.
- user
Id - int?
Id of the User that visits, default is null
which indicates the current user.