IsACL

Description

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

Note: This method became available in version 7.1.0.

Syntax

VBScript


permissions.IsACL 

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.