<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>url Property Template</title><link>https://community.telligent.com/community/12/w/api-documentation/69214/url-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>url Property Template</title><link>https://community.telligent.com/community/12/w/api-documentation/69214/url-property-template</link><pubDate>Fri, 23 Apr 2021 19:58:06 GMT</pubDate><guid isPermaLink="false">15013b03-ccdc-469e-b7b3-0685b01580c9</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/69214/url-property-template#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 04/23/2021 19:58:06&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;div class="documentation"&gt;&lt;p&gt;Enables rendering of URL configuration properties&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;url, string&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;url&amp;quot; template=&amp;quot;url&amp;quot; defaultProtocol=&amp;quot;http://&amp;quot; allowedFileExtensions=&amp;quot;&amp;quot; allowLocal=&amp;quot;false&amp;quot; allowRemote=&amp;quot;true&amp;quot; enablePreview=&amp;quot;false&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;url&amp;quot;,
	Template = &amp;quot;url&amp;quot;,
	Options = new NameValueCollection
	{
		{ &amp;quot;defaultProtocol&amp;quot;, &amp;quot;http://&amp;quot; },
		{ &amp;quot;allowedFileExtensions&amp;quot;, &amp;quot;&amp;quot; },
		{ &amp;quot;allowLocal&amp;quot;, &amp;quot;false&amp;quot; },
		{ &amp;quot;allowRemote&amp;quot;, &amp;quot;true&amp;quot; },
		{ &amp;quot;enablePreview&amp;quot;, &amp;quot;false&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;defaultProtocol&lt;/td&gt;&lt;td&gt;The default protocol to show for remote URLs.&lt;/td&gt;&lt;td&gt;http://&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;allowedFileExtensions&lt;/td&gt;&lt;td&gt;Comma-separated list of allowed file extensions for local uploads.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;allowLocal&lt;/td&gt;&lt;td&gt;When true and when the configuration supports file embedding, allows files to be uploaded. Local files will be stored using their local URL.&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;true, false&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;allowRemote&lt;/td&gt;&lt;td&gt;When true, allows remote URLs to be linked.&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;enablePreview&lt;/td&gt;&lt;td&gt;When true, a preview of the current URL will be shown.&lt;/td&gt;&lt;td&gt;false&lt;/td&gt;&lt;td&gt;true, false&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>