AllowsWrite
Description
Returns True if the permission allows writing the content of the controlled object.
This method enables applications to not have to check for specific permission kinds.
Syntax
Perl
$permission->AllowsWrite();
- Identifier
- Description
- permission
- A Permission object obtained from the current session.
- Return value
- Returns a boolean True if the permission allows writing the content of the controlled object; False otherwise.