Jump to: navigation, search

Changes


AddChildCommand

654 bytes added, 06:54, 8 February 2021
Created page with "Opens a file selection dialog, to add documents under the current object.In the standard case this command does not need any parameters. If the dialog should allow multi file..."
Opens a file selection dialog, to add documents under the current object.In the standard case this command does not need any parameters. If the dialog should allow multi file selection, the command should be used as follows:

<source lang = "xml">
<ToolbarItem
Name="MenuAdd"
Command="{Binding AddChildCommand}"
Text="Add">
<ToolbarItem.CommandParameter>
<classes:KeyValueList>
<classes:KeyValueParameter Key="MultipleChildItems" Value="true" />
</classes:KeyValueList>
</ToolbarItem.CommandParameter>
</ToolbarItem>
</source>
53
edits