IsACL

Description

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

Remarque : This method became available in version 7.1.0.

Syntaxe

VBScript

permissions.IsACL 

Perl

$permissions->IsACL();
Identificateur
Description
droits
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.

Commentaires