Blog Discussion: Page type code generation with Xperience by Kentico

Answers

Working with strongly typed page type classes in Xperience by Kentico has really become more streamlined thanks to the new .NET CLI code generation. Instead of dealing with TreeNode objects or manually copying generated classes from the admin portal, you can now generate all your page type classes straight from a terminal. The command is straightforward—just point it to the types you want, set the output location in your project, and it handles the rest. You can include or exclude objects based on patterns, skip confirmation prompts, and even customize namespaces. For developers migrating website or maintaining large projects, this makes keeping your models up to date much faster and less error-prone.

0

To response this discussion, you have to login first.