CommentService.Follow Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Follow(int, int?)
Mark a Comment as followed by the specified user.
public static Comment Follow(int id, int? userId = default(int? ))
Parameters
- id
- int
Id of the Comment to follow.
- user
Id - int?
Id of the User that follows, default is null
which indicates the current user.