EmbedService.Get Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Overloads
Get(IEnumerable |
Gets the embeds with the specified ids. |
Get(int) | Gets the embed with the specified id. |
Get(IEnumerable)
Gets the embeds with the specified ids.
public static IEnumerable<Embed> Get(IEnumerable<int> ids)
Parameters
- ids
- System.Collections.Generic.IEnumerable
Returns
System.Collections.Generic.IEnumerable
Get(int)
Gets the embed with the specified id.
public static Embed Get(int id)
Parameters
- id
- int