static void CheckDevSysAdmin(Args _args)
{
SecurityRights rights = SecurityRights::construct();
info(strFmt("%1",rights.isDeveloper()));
info(strFmt("%1",rights.isSystemAdministrator()));
}
{
SecurityRights rights = SecurityRights::construct();
info(strFmt("%1",rights.isDeveloper()));
info(strFmt("%1",rights.isSystemAdministrator()));
}
No comments:
Post a Comment