TaskItemGetInheritedTeamContacts(TaskItem) Method
Retrieve 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 List<ContactItem> GetInheritedTeamContacts(
TaskItem task
)
Public Shared Function GetInheritedTeamContacts (
task As TaskItem
) As List(Of ContactItem)
No code example is currently available or this language may not be supported.
- task TaskItem
-
Reference to the task for which ancestors will be queried for their
team contacts.
ListContactItem
Reference to a new collection of team contacts inherited from the
ancestry chain of the provided task, if found. Otherwise, an
empty collection.