<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>articles_v1_articleCollectionLookup Property Template</title><link>https://community.telligent.com/community/12/w/api-documentation/69152/articles_5F00_v1_5F00_articlecollectionlookup-property-template</link><description>Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>articles_v1_articleCollectionLookup Property Template</title><link>https://community.telligent.com/community/12/w/api-documentation/69152/articles_5F00_v1_5F00_articlecollectionlookup-property-template</link><pubDate>Fri, 23 Apr 2021 19:57:21 GMT</pubDate><guid isPermaLink="false">c399ba98-23a4-4a93-94e6-0ec61d51f7c7</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/69152/articles_5F00_v1_5F00_articlecollectionlookup-property-template#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 04/23/2021 19:57:21&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;div class="documentation"&gt;&lt;p&gt;Enables articlecollection or group selection using type-ahead search. Represents selections as a querystring: when groups are selected the format is Group=ID&amp;amp;IncludeSubGroups=True, when articlecollections are selected the format is ArticleCollection=ID.&lt;/p&gt;&lt;h4&gt;&lt;a id="Supported_Data_Types" name="Supported_Data_Types"&gt;&lt;/a&gt;&lt;em&gt;Supported Data Types&lt;/em&gt;&lt;/h4&gt;&lt;p&gt;custom&lt;p&gt;&lt;h4&gt;&lt;a id="Scripted_Extension_Configuration_XML" name="Scripted_Extension_Configuration_XML"&gt;&lt;/a&gt;&lt;em&gt;Scripted Extension Configuration XML&lt;/em&gt;&lt;/h4&gt;&lt;pre&gt;&amp;lt;property id=&amp;quot;propertyId&amp;quot; labelResourceName=&amp;quot;nameResource&amp;quot; descriptionResourceName=&amp;quot;descriptionResource&amp;quot; dataType=&amp;quot;custom&amp;quot; template=&amp;quot;articles_v1_articleCollectionLookup&amp;quot; enableCurrentArticleCollection=&amp;quot;true&amp;quot; maxArticleCollectionSelections=&amp;quot;1&amp;quot; maxGroupSelections=&amp;quot;1&amp;quot; enableGroupSelection=&amp;quot;true&amp;quot; enableCurrentGroup=&amp;quot;false&amp;quot; parentGroupId=&amp;quot;&amp;quot; format=&amp;quot;query&amp;quot; /&amp;gt;&lt;/pre&gt;&lt;h4&gt;&lt;a id="Plugin_Configuration_C" name="Plugin_Configuration_C"&gt;&lt;/a&gt;&lt;em&gt;Plugin Configuration C#&lt;/em&gt;&lt;/h4&gt;&lt;pre&gt;var property = new Property
{
	Id = &amp;quot;propertyId&amp;quot;,
	LabelResourceName = &amp;quot;nameResource&amp;quot;,
	DescriptionResourceName = &amp;quot;descriptionResource&amp;quot;,
	DataType = &amp;quot;custom&amp;quot;,
	Template = &amp;quot;articles_v1_articleCollectionLookup&amp;quot;,
	Options = new NameValueCollection
	{
		{ &amp;quot;enableCurrentArticleCollection&amp;quot;, &amp;quot;true&amp;quot; },
		{ &amp;quot;maxArticleCollectionSelections&amp;quot;, &amp;quot;1&amp;quot; },
		{ &amp;quot;maxGroupSelections&amp;quot;, &amp;quot;1&amp;quot; },
		{ &amp;quot;enableGroupSelection&amp;quot;, &amp;quot;true&amp;quot; },
		{ &amp;quot;enableCurrentGroup&amp;quot;, &amp;quot;false&amp;quot; },
		{ &amp;quot;parentGroupId&amp;quot;, &amp;quot;&amp;quot; },
		{ &amp;quot;format&amp;quot;, &amp;quot;query&amp;quot; }
	}
};&lt;/pre&gt;&lt;h4&gt;&lt;a id="Options" name="Options"&gt;&lt;/a&gt;&lt;em&gt;Options&lt;/em&gt;&lt;/h4&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;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;enableCurrentArticleCollection&lt;/td&gt;&lt;td&gt;When true, enables current articlecollection selection (represented with an ID of 00000000-0000-0000-0000-000000000000).&lt;/td&gt;&lt;td&gt;true&lt;/td&gt;&lt;td&gt;true, false&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;maxArticleCollectionSelections&lt;/td&gt;&lt;td&gt;The number of articlecollections that can be selected.&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;maxGroupSelections&lt;/td&gt;&lt;td&gt;The number of groups that can be selected.&lt;/td&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;enableGroupSelection&lt;/td&gt;&lt;td&gt;When enabled, groups can be selected. Group selections will be in the format Group=ID where ID is the integer ID of the group.&lt;/td&gt;&lt;td&gt;true&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;enableCurrentGroup&lt;/td&gt;&lt;td&gt;When true, enables current group selection (represented with an ID of -1).&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;parentGroupId&lt;/td&gt;&lt;td&gt;When set to a group&amp;#39;s integer identifier, only articlecollections and groups in the specified group can be selected.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;format&lt;/td&gt;&lt;td&gt;When set to &amp;#39;query&amp;#39;, all selected groups/ articlecollections will be represented with their own query keys. When set to &amp;#39;csv&amp;#39;, all selected groups/articlecollections are comma-separated in a shared query key.&lt;/td&gt;&lt;td&gt;query&lt;/td&gt;&lt;td&gt;query, csv&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;/p&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>