-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from aspose-tasks/main
Updated to Aspose.Tasks for .NET 24.11
- Loading branch information
Showing
54 changed files
with
680 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
english/net/aspose.tasks.saving/mppsaveoptions/clearvba/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: MPPSaveOptions.ClearVba | ||
second_title: Aspose.Tasks for .NET API Reference | ||
description: MPPSaveOptions property. Gets or sets a value indicating whether to remove existing VBA macros data when saving a project to MPP format | ||
type: docs | ||
weight: 20 | ||
url: /net/aspose.tasks.saving/mppsaveoptions/clearvba/ | ||
--- | ||
## MPPSaveOptions.ClearVba property | ||
|
||
Gets or sets a value indicating whether to remove existing VBA macros data when saving a project to MPP format. | ||
|
||
```csharp | ||
public bool ClearVba { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* class [MPPSaveOptions](../) | ||
* namespace [Aspose.Tasks.Saving](../../mppsaveoptions/) | ||
* assembly [Aspose.Tasks](../../../) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
english/net/aspose.tasks.saving/mppsaveoptions/writefilters/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
english/net/aspose.tasks.saving/mppsaveoptions/writegroups/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: MPPSaveOptions.WriteGroups | ||
second_title: Aspose.Tasks for .NET API Reference | ||
description: MPPSaveOptions property. Gets or sets a value indicating whether to write groups data when saving a project to MPP for format. Group data includes Project.TaskGroups and Project.ResourceGroups collections | ||
type: docs | ||
weight: 60 | ||
url: /net/aspose.tasks.saving/mppsaveoptions/writegroups/ | ||
--- | ||
## MPPSaveOptions.WriteGroups property | ||
|
||
Gets or sets a value indicating whether to write groups data when saving a project to MPP for format. Group data includes Project.TaskGroups and Project.ResourceGroups collections. | ||
|
||
```csharp | ||
public bool WriteGroups { get; set; } | ||
``` | ||
|
||
### See Also | ||
|
||
* class [MPPSaveOptions](../) | ||
* namespace [Aspose.Tasks.Saving](../../mppsaveoptions/) | ||
* assembly [Aspose.Tasks](../../../) | ||
|
||
|
6 changes: 3 additions & 3 deletions
6
english/net/aspose.tasks.saving/mppsaveoptions/writeviewdata/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.