IsAclEnabled
Checks whether the ACL is enabled or not.
Syntax
bool NAPI.ACL.IsAclEnabled();
Example
C# Syntax
Example
if (NAPI.ACL.IsAclEnabled())
{
// Do stuff...
}
Checks whether the ACL is enabled or not.
bool NAPI.ACL.IsAclEnabled();
if (NAPI.ACL.IsAclEnabled())
{
// Do stuff...
}