ContactCollectionAssignSupervisor Method
Assign a supervisor to the provided report.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public bool AssignSupervisor(
string report,
string supervisor
)
Public Function AssignSupervisor (
report As String,
supervisor As String
) As Boolean
No code example is currently available or this language may not be supported.
- report String
-
Name of the report whose contact record will be updated.
- supervisor String
-
Name of the supervisor to assign.
Boolean
True if the operation was successful. Otherwise, false.
You can remove all spaces from the report and supervisor names, or
can specify any part of either display name that is unique to make
an attachment.