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

Inheritance: JiveClient
Afficher le fichier Open project: jivesoftware/JiveDotNetSDK

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat List

VotesClient() public méthode

public VotesClient ( string communityUrl, NetworkCredential credentials ) : System
communityUrl string
credentials System.Net.NetworkCredential
Résultat System