WikiVersionLink.formats.ps1xml

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
    <ViewDefinitions>
        <View>
            <Name>WikiVersionLinkListView</Name>
            <ViewSelectedBy>
                <TypeName>WikiVersionLink</TypeName>
            </ViewSelectedBy>
            <ListControl>
                <ListEntries>
                    <ListEntry>
                        <ListItems>
                            <ListItem>
                                <PropertyName>Title</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Version</PropertyName>
                            </ListItem>
                            <!--ListItem>
                                <PropertyName>VersionString</PropertyName>
                            </ListItem>
                            <ListItem>
                                <PropertyName>Body</PropertyName>
                            </ListItem-->
                        </ListItems>
                    </ListEntry>
                </ListEntries>
            </ListControl>
        </View>
        <View>
            <Name>WikiVersionLinkTableView</Name>
            <ViewSelectedBy>
                <TypeName>WikiVersionLink</TypeName>
            </ViewSelectedBy>
            <TableControl>
                <TableHeaders>
                    <TableColumnHeader>
                        <Label>Title</Label>
                        <Width>24</Width>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
                    <TableColumnHeader>
                        <Label>Version</Label>
                        <Width>16</Width>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
                    <!--TableColumnHeader>
                        <Label>VersionString</Label>
                        <Width>16</Width>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader>
                    <TableColumnHeader>
                        <Label>Body</Label>
                        <Width>128</Width>
                        <Alignment>Left</Alignment>
                    </TableColumnHeader-->
                </TableHeaders>
                <TableRowEntries>
                    <TableRowEntry>
                        <Wrap/>
                        <TableColumnItems>
                            <TableColumnItem>
                                <PropertyName>Title</PropertyName>
                            </TableColumnItem>
                            <TableColumnItem>
                                <PropertyName>Version</PropertyName>
                            </TableColumnItem>
                            <!--TableColumnItem>
                                <PropertyName>VersionString</PropertyName>
                            </TableColumnItem>
                            <TableColumnItem>
                                <PropertyName>Body</PropertyName>
                            </TableColumnItem-->
                        </TableColumnItems>
                    </TableRowEntry>
                </TableRowEntries>
            </TableControl>
        </View>
    </ViewDefinitions>
</Configuration>