@AssigDataModel(Model)
@AddProcessDataResx(appThemeView, true)
@TextBox(headerData, "genxml/header/headingtitle", " class='w3-input w3-border' autocomplete='off' ", "", false, 0)
[INJECT:apptheme,AdminRow.cshtml]
[INJECT:appthemesystem,AdminRowSelect.cshtml]
```
Edit the v2.0 version of "**View.cshtml**" to this codeL
```plaintext
@inherits RocketContentAPI.Components.RocketContentAPITokens
@AssigDataModel(Model)
@AddProcessDataResx(appThemeView, true)
@headerData.GetXmlProperty("genxml/header/headingtitle")
@foreach (var articleRowData in articleData.GetRows())
{
var rowData = articleRowData.Info;
@rowData.GetXmlProperty("genxml/lang/genxml/textbox/title")
}
```
Change the RocketContent module setting to use "example1\\v2.0" and you will see that we have converted the AppTheme to a multi-Row AppTheme for v2.0.