Delete
Name in migrated code: AllowDelete
Location in migrated code: OnLoad
Migrated Code Example
protected override void OnLoad()
{
AllowDelete = false;
}
Condition as an expression:
protected override void OnLoad()
{
BindAllowDelete(() => ENV.Security.UserManager.CurrentUser.Name == "SUPERVISOR");
}
Property Values
True or false. The default is True which is Allow Delete = Yes in Magic
See Also
AllowDelete
BindAllowDelete
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com