Changes
/* Checkout */
To checkout multiple objects, the <code>InvokeOnItemsCommand</code> with a KeyValueList containing <code>Key="Command"</code> and <code>Value="CheckOutContentCommand"</code> and a KeyValueList with <code>Key="SelectedItemsOnly"</code> set to <code>Value="True"</code> as CommandParameter can be used. It can be inspected in the following UWP example. The Checkout action is not yet included in the XAMARIN UI.
<source lang = "xml">
<Button ... Command="{Binding InvokeOnItemsCommand}"> <StackPanel Spacing="8"> <FontIcon Glyph="{Binding ExclusiveAccessClaim, Source={StaticResource UBIKIcons}}" /> <TextBlock Text="{Binding Checkout_Label, Source={StaticResource AppResources}}" /> </StackPanel>
<Button.CommandParameter>
<controls:KeyValueList>
</source>
[[Category:WinX|Mass Edit (UBIK WinX)]]
==== Release ====