Changes
/* ChildAreaTemplateSelector (UWP) / ChildAreaTemplateConverter (Xamarin) */
=== ChildAreaTemplateSelector (UWP) / ChildAreaTemplateConverter (Xamarin) ===
This returns a fitting template for a given context object according to the following rules:
<tabs>
<tab name="UWP">
* If the context object is classified with the [[SYSCLS_CHILDAREATEMPLATE|ChildAreaTemplate Classification]] and carries a valid child area template name:
** Tries to return a custom template with the name of CustomTemplateName + Suffix;
** If not found, returns an [[Developer_Mode#Errors|error template ]] (strict policy on) or goes to the next rule 2 (strict policy off).
* Otherwise:
** Tries to return a custom template with the name ''UBIKChildArea'' + Suffix;
** If not found, it will try to find the default template with the given name;** If that's not found, it returns an [[Developer_Mode#Errors|error template]].
</tab>
<tab name="Xamarin">
</tab>
</tabs>
[[Category:Client|UBIK Templates]]
[[Category:UBIK|UBIK Templates]]
[[Category:WinX|UBIK Templates]]
=== ContentAreaTemplateSelector (UWP) / ContentAreaTemplateConverter (Xamarin) ===