EntityService.Star Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Star(TStarrable, Nullable, Boolean)
Star the specified entity.
public static TStarrable Star(TStarrable starrable, int? userId = default(int? ), bool auth = true)
where TStarrable : class, IStarrable
Parameters
- starrable
- {TStarrable}
- user
Id - System.Nullable{System.Int32}
- auth
- System.Boolean
Returns
{TStarrable}
The starred entity.