TaskItemGetInheritedTeamContacts(TaskItem) Method

Retrieve 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 List<ContactItem> GetInheritedTeamContacts(
	TaskItem task
)

Parameters

task  TaskItem
Reference to the task for which ancestors will be queried for their team contacts.

Return Value

ListContactItem
Reference to a new collection of team contacts inherited from the ancestry chain of the provided task, if found. Otherwise, an empty collection.

See Also