public Task<string> ExportTaskItemAsync( Guid taskItemGuid, string path )
Public Function ExportTaskItemAsync( _ ByVal taskItemGuid As Guid, _ ByVal path As String _ ) As Task(Of String)
Parameters
- taskItemGuid
- A unique identifier used to identify the project task item to export. This identifier is the return value from the OpenTaskFileAsync(String) or OpenTaskFileAsync(String,Guid) API calls. Alternatively the identifier can be retrieved from the Task project item with the TaskProjectItem.TaskItemGuid property.
- path
- The path on disk where the .esriTask file is to be saved.
Return Value
A Task returning the full path of the exported file.