PostService.GetOptions Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
GetOptions(int)
Gets the poll options for the specified Post.
public static IEnumerable<PollOption> GetOptions(int id)
Parameters
- id
- int
Id of the Post.
Returns
System.Collections.Generic.IEnumerable
Returns a list of PollOption objects.