IsAclEnabled
Внешний вид
Checks whether the ACL is enabled or not.
bool NAPI.ACL.IsAclEnabled();
Example
<syntaxhighlight lang="csharp"> if (NAPI.ACL.IsAclEnabled()) {
// Do stuff...
}</syntaxhighlight>
Checks whether the ACL is enabled or not.
bool NAPI.ACL.IsAclEnabled();
<syntaxhighlight lang="csharp"> if (NAPI.ACL.IsAclEnabled()) {
// Do stuff...
}</syntaxhighlight>