Query

Name in migrated code: AllowBrowse
Location in migrated code: OnLoad

Query

Migrated Code Example

protected override void OnLoad()
{
     AllowBrowse = false;
} 

Condition as an expression:

protected override void OnLoad()
{
      BindAllowBrowse(() => ENV.Security.UserManager.CurrentUser.Name == "SUPERVISOR");
} 

Property Values

True or false. The default is True which is Allow Query = Yes in Magic


See Also
AllowBrowse
BindAllowBrowse



Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com