Item

Description

Returns the specified item in the Permissions collection.

Syntax

Perl


$permissions->Item(itemNum);
Identifier
Description
permissions
A Permissions collection object, representing the set of Permission objects available for fetching as a collection.
itemNum
A Long that serves as an index into the collection. This index is 0-based so the first item in the collection is numbered 0, not 1.
Return value
The Permission object at the specified location in the collection.