LdapTools\Query\Builder\ADFilterBuilder::groupIsDistribution PHP Method

groupIsDistribution() public method

Check for groups that are distribution lists.
Deprecation: Use the typeDistribution schema attribute instead.
public groupIsDistribution ( ) : bNot
return LdapTools\Query\Operator\bNot
    public function groupIsDistribution()
    {
        return $this->bNot($this->groupIsType(GroupTypeFlags::SECURITY_ENABLED));
    }