Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? 10
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net Core
Hi,
I tried to add more setting to the AppSettingProvider, for example
this.GetFromAppSettings(FnxAppSettings.TenantManagement.FnxOrgCustomerListGrid, ""), scopes: SettingScopes.Tenant, isVisibleToClients: true),
I noticed that the sisVisibleToClients is obsolete, and I was asked to use clientVisibilityProvider, if I need to set isVisibleToClients to true or false, how would I use the clientVisivilityProvider as an equivelant?
Thanks
3 Answer(s)
-
0
Hi,
You can use https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Configuration/VisibleSettingClientVisibilityProvider.cs instead of
isVisibleToClients:true
-
0
I understand i need to use clientVisibilityProvider, but can i have an example please?
-
0