* AutoCommit (optional, defaults to false): When set to true, the change(s) will be saved to the local cache and the database, and then committed to the server.
=== Creating multiple documents ===
To upload multiple documents at once, the CreateChildItemsCommand can be used. The AutoNavigate will always be set to false (does not need to be specified) and the AutoCommit will always be set to true (also does not need to be specified).
<source lang = "xml">
<Button
Command="{Binding CreateChildItemsCommand}"
Content="Create multiple documents">
<Button.CommandParameter>
<uc:KeyValueList>
<uc:KeyValueParameter Key="Type" Value="6170a068-2314-4444-ad62-0da99769a048" />
</uc:KeyValueList>
</Button.CommandParameter>
</Button>
</source>
[[Category:Client|XAML Tips]]
[[Category:WinX|XAML Tips]]
=== Disable FilloutCriteria ===