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.
After you Testimonials module: Prepare the project, you need to create the data model class. To do so:
public
Guid Id {
get
;
set
; }
string
Name {
Summary {
Text {
DateTime DatePosted {
decimal
Rating {
bool
Published {
UrlName {
Testimonial()
{
DatePosted = DateTime.Now;
}
Testimonial is the name of your model. You define the properties of how the Testimonials module will operate and look like.
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