IFollowableExtensions.IsFollowed Method
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
IsFollowed(IFollowable, int?)
Gets a value indicating whether the specified user follows the entity.
public static bool IsFollowed(this IFollowable followable, int? userid = default(int? ))
Parameters
- followable
- IFollowable
- userid
- int?
Returns
bool