TaskItemGetInheritedTeamContacts(TaskItem, ListContactItem) Method
Fill a list of inherited team contacts from the ancestry of the
provided task.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static void GetInheritedTeamContacts(
TaskItem task,
List<ContactItem> list
)
Public Shared Sub GetInheritedTeamContacts (
task As TaskItem,
list As List(Of ContactItem)
)
No code example is currently available or this language may not be supported.
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.