TaskItemGetInheritedTeamContacts(TaskItem, ListContactItem) Method

Fill a list of inherited team contacts from the ancestry of the provided task.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static void GetInheritedTeamContacts(
	TaskItem task,
	List<ContactItem> list
)

Parameters

task  TaskItem
Reference to the task for which ancestors will be queried for their team contacts.
list  ListContactItem
Reference to the collection of unique inherited team contacts found within the ancestry.

See Also