Base solution for your next web application
Open Closed

clientVisibilityProvider and IsVisibleTClients #10189


User avatar
0
lweng567 created

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)