UIVoteOptions
is defined in the Telligent.Evolution.Extensibility.Ideation.Api
namespace of Telligent.Evolution.Ideation.dll
Definition
class UIVoteOptions { string DownImageUrl { get; set; } bool LoginWithReturnUrl { get; set; } bool ReadOnly { get; set; } string UpImageUrl { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
DownImageUrl | string | Url of an image that should be displayed as the 'Vote Down' button. | ||
LoginWithReturnUrl | bool | Specify if users should be returned to the page this is rendered on after being redirected to login to vote. | ||
ReadOnly | bool | Specify this UI component as read-only. | ||
UpImageUrl | string | Url of an image that should be displayed as the 'Vote Up' button. |