Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Extending the Models

Dave Greasley edited this page Jul 12, 2015 · 5 revisions

All model classes are declared as Partial and as such allow you to add to them without editing the automatically created files.

public partial class BlogComment : UmbracoContent
{
}

Note: Do not edit the generated files themselves! Any changes will be overwritten next time the models are regenerated.

Clone this wiki locally