IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
The ContentViewDesignerBase class uses a predefined template for its UI. It is located in the Telerik.Sitefinity.Resources assembly. The ContentViewDesignerBase uses the ResourceAssemblyInfo property to locate its resources. You must override this property to return a type form the Telerik.Sitefinity.Resources assembly.
To do this, perform the following:
protected override Type ResourcesAssemblyInfo
{
get
return typeof(Telerik.Sitefinity.Resources.Reference);
}
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important