C# Class Net.Pokeshot.JiveSdk.Clients.VotesClient

Inheritance: JiveClient
Show file Open project: jivesoftware/JiveDotNetSDK

Private Properties

Property Type Description

Public Methods

Method Description
GetVotes ( int contentID ) : List

Return the number of votes cast for each poll option.

VotesClient ( string communityUrl, NetworkCredential credentials ) : System

Method Details

GetVotes() public method

Return the number of votes cast for each poll option.
public GetVotes ( int contentID ) : List
contentID int ID of the poll for which to retrieve votes
return List

VotesClient() public method

public VotesClient ( string communityUrl, NetworkCredential credentials ) : System
communityUrl string
credentials System.Net.NetworkCredential
return System