ContactCollectionAssignSupervisor Method

Assign a supervisor to the provided report.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public bool AssignSupervisor(
	string report,
	string supervisor
)

Parameters

report  String
Name of the report whose contact record will be updated.
supervisor  String
Name of the supervisor to assign.

Return Value

Boolean
True if the operation was successful. Otherwise, false.

Remarks

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.

See Also