<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>uSync Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/tag/usync/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/tag/usync/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Thu, 10 Jan 2019 12:46:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Syncing Member Types with uSync</title>
		<link>https://blogit.create.pt/marionunes/2017/11/06/syncing-member-types-with-usync/</link>
					<comments>https://blogit.create.pt/marionunes/2017/11/06/syncing-member-types-with-usync/#respond</comments>
		
		<dc:creator><![CDATA[Mário Nunes]]></dc:creator>
		<pubDate>Mon, 06 Nov 2017 11:22:24 +0000</pubDate>
				<category><![CDATA[Umbraco]]></category>
		<category><![CDATA[uSync]]></category>
		<guid isPermaLink="false">http://blogit.create.pt/marionunes/?p=204</guid>

					<description><![CDATA[<p>This took me longer to figure out than it should have. uSync has MemberType synchronization disabled by default. To enable it simply go to Config\uSyncBackOffice.Config and set MemberTypeHandler to true. Thanks for reading! Mário Nunes</p>
<p>The post <a href="https://blogit.create.pt/marionunes/2017/11/06/syncing-member-types-with-usync/">Syncing Member Types with uSync</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This took me longer to figure out than it should have.</p>
<p>uSync has MemberType synchronization disabled by default.</p>
<p>To enable it simply go to Config\uSyncBackOffice.Config and set MemberTypeHandler to true.</p>
<pre class="brush: xml; highlight: [11]; title: ; notranslate">
&lt;Handlers Group=&quot;default&quot; EnableMissing=&quot;true&quot;&gt;
    &lt;HandlerConfig Name=&quot;uSync: DataTypeHandler&quot; Enabled=&quot;true&quot; /&gt;
    &lt;HandlerConfig Name=&quot;uSync: TemplateHandler&quot; Enabled=&quot;true&quot; /&gt;

    &lt;HandlerConfig Name=&quot;uSync: ContentTypeHandler&quot; Enabled=&quot;true&quot; /&gt;
    &lt;HandlerConfig Name=&quot;uSync: MediaTypeHandler&quot; Enabled=&quot;true&quot; /&gt;
    &lt;HandlerConfig Name=&quot;uSync: LanguageHandler&quot; Enabled=&quot;true&quot; /&gt;
    &lt;HandlerConfig Name=&quot;uSync: DictionaryHandler&quot; Enabled=&quot;true&quot; /&gt;
    &lt;HandlerConfig Name=&quot;uSync: MacroHandler&quot; Enabled=&quot;true&quot; /&gt;
    &lt;HandlerConfig Name=&quot;uSync: DataTypeMappingHandler&quot; Enabled=&quot;true&quot; /&gt;
    &lt;HandlerConfig Name=&quot;uSync: MemberTypeHandler&quot; Enabled=&quot;true&quot; /&gt;
    
    &lt;!-- content edition - if installed --&gt;
    &lt;HandlerConfig Name=&quot;uSync: ContentHandler&quot; Enabled=&quot;true&quot; /&gt;
    &lt;HandlerConfig Name=&quot;uSync: MediaHandler&quot; Enabled=&quot;true&quot; /&gt;
&lt;/Handlers&gt;
</pre>
<p>
Thanks for reading!</p>
<p>Mário Nunes</p>
<p>The post <a href="https://blogit.create.pt/marionunes/2017/11/06/syncing-member-types-with-usync/">Syncing Member Types with uSync</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/marionunes/2017/11/06/syncing-member-types-with-usync/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
