Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
CreateVote ( int contentID, |
Cast a vote on the specified idea, replacing any previous vote by the requesting person. The incoming JSON must include a boolean "promote" field that is true if the requestor is promoting this idea, or false if the requestor is demoting it.
|
|
GetVotes ( int contentID, int count = 25, int startIndex, List |
Return a paginated list of votes on the specified idea.
|
|
IdeaVotesClient ( string communityUrl, |
public CreateVote ( int contentID, |
||
contentID | int | The ID of the content object for which to cast a "promote" vote |
idea_vote | The vote entity containing the promote field (assumed to be true if not present) | |
Результат | void |
public GetVotes ( int contentID, int count = 25, int startIndex, List |
||
contentID | int | The ID of the idea content object for which to retrieve votes |
count | int | The number of votes to be retrieved per Jive HTTP request |
startIndex | int | The zero-relative index of the first vote to be retrieved |
fields | List |
The names of the fields to be returned |
Результат | List |
public IdeaVotesClient ( string communityUrl, |
||
communityUrl | string | |
credentials | ||
Результат | System |