<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>ChallengeCreateOptions In-Process API Supplementary Type</title><link>https://community.telligent.com/community/11/w/api-documentation/63187/challengecreateoptions-in-process-api-supplementary-type</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>ChallengeCreateOptions In-Process API Supplementary Type</title><link>https://community.telligent.com/community/11/w/api-documentation/63187/challengecreateoptions-in-process-api-supplementary-type</link><pubDate>Tue, 19 Nov 2019 20:10:54 GMT</pubDate><guid isPermaLink="false">cbc5d1ca-cb29-497e-bdaa-224cd8c3dd35</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/63187/challengecreateoptions-in-process-api-supplementary-type#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:10:54&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;div class="documentation"&gt;&lt;p&gt;&lt;code&gt;ChallengeCreateOptions&lt;/code&gt; is defined in the &lt;code&gt;Telligent.Evolution.Extensibility.Ideation.Api&lt;/code&gt; namespace of Telligent.Evolution.Ideation.dll&lt;/p&gt;&lt;div class="documentation-stub"&gt;&lt;h2&gt;&lt;a id="Definition" name="Definition"&gt;&lt;/a&gt;Definition&lt;/h2&gt;&lt;pre&gt;class ChallengeCreateOptions
{
	bool? AllowMultipleVotes { get; set;  }
	string ApplicationKey { get; set;  }
	string Description { get; set;  }
	bool? IsEnabled { get; set;  }
	bool? IsModerated { get; set;  }
	int? MaximumVotesPerIdea { get; set;  }
	int? MaximumVotesPerUser { get; set;  }
	bool? RequiresCategory { get; set;  }
}
&lt;/pre&gt;&lt;/div&gt;&lt;div class="documentation-members properties"&gt;&lt;h2&gt;&lt;a id="Properties" name="Properties"&gt;&lt;/a&gt;Properties&lt;/h2&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;AllowMultipleVotes&lt;/td&gt;&lt;td&gt;&lt;code&gt;bool?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Does the ideation allow users to vote multiple times for the same idea.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ApplicationKey&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Represents an ideation uniquely, specifically for use within urls.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Description&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Provides a detailed description of the ideation subject matter.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;IsEnabled&lt;/td&gt;&lt;td&gt;&lt;code&gt;bool?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Is the ideation enabled for use.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;IsModerated&lt;/td&gt;&lt;td&gt;&lt;code&gt;bool?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Should ideas posted to this ideation be reviewd by moderators before becoming public.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MaximumVotesPerIdea&lt;/td&gt;&lt;td&gt;&lt;code&gt;int?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;The maximum number of votes a user can cast for a given idea.  Not setting this value or setting it to 0 will allow users to use as many votes as they have available on any given idea.  This setting is only valid when multiple votes are permitted. &lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MaximumVotesPerUser&lt;/td&gt;&lt;td&gt;&lt;code&gt;int?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;The maximum number of votes a user can cast within this ideation.  Not setting this value or setting it to 0 will result in vote per user per idea.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;RequiresCategory&lt;/td&gt;&lt;td&gt;&lt;code&gt;bool?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Does the ideation require a category to be set for ideas.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>