Browse our Products
Aspose.Tasks for .NET 8.1.0 Release Notes
Public API and Backwards Incompatible Changes
The following public classes were added:
| Class name | Description |
|---|---|
| Aspose.Tasks.Saving.HtmlSaveOptions | Allows to specify additional options when rendering project pages to HTML. |
The following public fields were added to existing classes:
| Field Name | Description |
|---|---|
| Aspose.Tasks.FileFormat.P6XML | Represents Primavera P6 XML format. |
The following public methods were added to existing classes:
| Method Name | Description |
|---|---|
| void TaskCollection.Add(Task task) | This method adds the instance of the Task class to the task collection. |
The following public properties were added to existing classes:
| Property name | Description |
|---|---|
| List | Returns a list of custom Gantt bar styles of the Gantt Chart view. |
| bool ExtendedAttribute.ValueReadOnly | Returns a flag which determines whether a value of the ExtendedAttribute instance is read-only. |
| Project ExtendedAttributeDefinition.ParentProject | Returns a parent project for the instance of the ExtendedAttributeDefinition class. |
| Project ExtendedAttributeDefinitionCollection.ParentProject | Returns a parent project for the instance of the ExtendedAttributeDefinitionCollection class. |