Documentation

IsAdmin

bool
CForm::IsAdmin()

The method returns true, if the current user has administrative access permissions for the Web form module. Otherwise, returns false. Non-static method.

Method parameters

No parameters.

See Also

Examples of use

<?
if (CForm::IsAdmin())
{
    echo "You have administrative access permissions for the Web form module.";
}
?>


© «Bitrix24», 2001-2024
Up