public Task<Guid> OpenTaskItemAsync( Guid taskItemGuid, Guid taskGuid )
Public Overloads Function OpenTaskItemAsync( _ ByVal taskItemGuid As Guid, _ ByVal taskGuid As Guid _ ) As Task(Of Guid)
Parameters
- taskItemGuid
- A unique identifier used to identify the project task item to be opened.
- taskGuid
- The unique identifier of a task in the task item to be opened. If the task can be found, it is opened and ready to be executed. If the task cannot be found, the task item opens as if no task was specified.
Return Value
A Task returning the unique identifier of the task item. Use this unique identifier as parameters to other API calls such as CloseTaskItemAsync or ExportTaskItemAsync.