IsACL

Description

Returns True if all permissions in the collection apply to the same object.

Syntax

Perl


$permissions->IsACL();
Identifier
Description
permissions
A Permissions collection object, representing the set of Permission objects available for fetching as a collection.
Return value
Returns boolean True if all permissions in the collection apply to the same object; False otherwise.