Add
Description
Adds a permission to the collection. If the Permission is not unique, the collection is not changed, and no error results.
These methods add a new Permission object to the end of the collection. You can retrieve items from the collection using the Item method.
Syntax
Perl
$permissions->Add(permission);
- Identifier
- Description
- permissions
- A Permissions collection object, representing the set of Permission objects available for fetching as a collection.
- permission
- A Permission object to add to this collection.
- Return value
- None.