Class TaskReport
This class represents a report that was generated by an automatic task.
Inherited Members
Namespace: SdlSdl.ProjectAutomationCore
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class TaskReport
Remarks
To access the reports that were generated by a particular automatic task, use Reports.
To save the contents of the report to a file, use SaveTaskReportAs(Guid, string, ReportFormat).
Constructors
TaskReport()
Declaration
public TaskReport()
Properties
Description
Gets the description of the report.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the unique ID of this report.
Declaration
public Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets the friendly name of the report.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
TaskTemplateId
Gets the template ID of the task that generated this report.
Declaration
public string TaskTemplateId { get; }
Property Value
Type | Description |
---|---|
string |