Returns whether a given TaskListPermissions
is allowed for this task list.
true
if the user can perform the given action, else false
.
This method can be used to determine if a user can perform a given action within the context of a task list such as editing a task list, copying a task list, editing task list security, etc. See the enumeration type TaskListPermissions
for details about specific task list permissions.
Exception Type | Condition |
---|---|
InvalidOperationException | if the object has not yet been stored or has already been removed. |
CollaborationException | The method call resulted in an error. |
SoapException | if there is a communication problem during the execution of the remote method call. |
ITaskList Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace