Changes

XAML Tips

105 bytes added, 16:13, 12 November 2020
/* Creating multiple documents */
To upload multiple documents at once, the CreateChildItemsCommand can be used. The list of supported command parameters are similar to those of the CreateChildItemCommand (single item). Except that anything other than AutoNavigate=false and AutoCommit=true do not make sense in multi-creation scenario. Therefore, those parameters are fixed and any received from XAML will be ignored.
<!-- <tabs>
<tab name="UWP">-->
<source lang = "xml">
<Button ...
</Button>
</source>
<!--</tab>
<tab name="Xamarin">
</tab>
</tabs>--> [[Category:Client|XAML Tips]][[Category:WinX|XAML Tips]][[Category:Xamarin|XAML Tips]]
=== Disable FilloutCriteria ===