public static Task<Guid> OpenTaskItemAsync( Guid taskItemGuid )
Public Overloads Shared Function OpenTaskItemAsync( _ ByVal taskItemGuid As Guid _ ) As Task(Of Guid)
Parameters
- taskItemGuid
- A unique identifier used to identify the project task item to be opened.
Return Value
A Task returning the unique identifier of the task item opened. Use this unique identifier as parameters to other API calls such as CloseTaskAsync or ExportTaskAsync.