BubbleService.GetByUrl Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
GetByUrl(String, Nullable, Boolean)
Get all matching bubbles for an url and user.
public static IEnumerable GetByUrl(string url, int? userId = default(int? ), bool filter = true)
Parameters
- url
- System.String
- user
Id - System.Nullable{System.Int32}
- filter
- System.Boolean
Returns
System.Collections.Generic.IEnumerable{Weavy.Core.Models.Bubble}