375
Views
2
Comments
Solved
When should we use a site property?
Question

Hi,


   When should we use a site property?

2020-02-28 09-46-54
Eduardo Jauch
Solution

Hello Vignesh,

When you need some sort of 'configuration' to your application that should almost never change, while the change is still possible, and the application's users shouldn't be able change it themselves.

A very common scenario for site properties is to make some configuration in multitenant applications.

Cheers.

UserImage.jpg
Vignesh Kumar

Thank you Eduardo.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.