Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 750 Bytes

File metadata and controls

40 lines (25 loc) · 750 Bytes

keywords: Task Properties, Options Tab, Query, Allow 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