C# 클래스 Net.Pokeshot.JiveSdk.Clients.VotesClient

상속: JiveClient
파일 보기 프로젝트 열기: jivesoftware/JiveDotNetSDK

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetVotes ( int contentID ) : List

Return the number of votes cast for each poll option.

VotesClient ( string communityUrl, NetworkCredential credentials ) : System

메소드 상세

GetVotes() 공개 메소드

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
리턴 List

VotesClient() 공개 메소드

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