Aspose.Tasks-Cloud 22.12.0

dotnet add package Aspose.Tasks-Cloud --version 22.12.0
NuGet\Install-Package Aspose.Tasks-Cloud -Version 22.12.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Tasks-Cloud" Version="22.12.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Tasks-Cloud --version 22.12.0
#r "nuget: Aspose.Tasks-Cloud, 22.12.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Tasks-Cloud as a Cake Addin
#addin nuget:?package=Aspose.Tasks-Cloud&version=22.12.0

// Install Aspose.Tasks-Cloud as a Cake Tool
#tool nuget:?package=Aspose.Tasks-Cloud&version=22.12.0

Manipulate Project Files via .NET Cloud REST API

Version 22.12.0 Nuget GitHub

banner

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Release Notes | Free Support | Free Trial

This task management REST API enhances your C#, ASP.NET & other .NET cloud-based apps to access and manage Microsoft Project & Primavera P6 files in the cloud.

MS Project Processing Features

  • Add project assignments or delete project assignments along with their references.
  • Get the project's outline codes by index & get links to all project tasks.
  • Import projects from Primavera DB formats or from databases with the specified connection string.
  • Get UIDs of all projects contained in the file & fetch the required assignment with the project based on UID.
  • Manage project tasks, resource data, calendars & Work Breakdown Structure (WBS).
  • Perform risk analysis using Monte Carlo simulation and create a report.
  • Create and set project document properties & fetch all or specific existing properties.
  • Get a project's extended attributes, time-scaled data, or recurring info of a specific task.
  • Reschedule project tasks, dates, and other settings.
  • Calculate slacks & recalculate project completion or incompletion work.
  • Fetch a project document in the desired format.
  • Delete project task with its related references & rebuild the task tree.

Read & Write MS Project Formats

Microsoft Project: MPP, MPT, XML
Primavera: MPX

Save MS Project As

Primavera: XER, PrimaveraP6XML
Microsoft Excel: XLSX
Image: TIF, SVG, PNG, JPEG
Markup: HTML
Fixed Layout: PDF
Text: TXT

Get Started

You do not need to install anything to get started with Aspose.Tasks Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.

Simply execute Install-Package Aspose.Tasks-Cloud from the Package Manager Console in Visual Studio to fetch & reference Aspose.Tasks assembly in your project. If you already have Aspose.Tasks Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.Tasks-Cloud to get the latest version.

Please check the GitHub Repository for common usage scenarios.

Convert MPP to CSV using C# Code

// for complete examples, please visit https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-dotnet
   // Get Client Id and Client Secret from https://dashboard.aspose.cloud
   string MyClientId = "My-Client-Id";
   string MyClientSecret = "My-Client-Secret";

   // Create instance of the API
   var config = new Configuration
   {
      AppSid = MyClientId,
      AppKey = MyClientSecret
   };
   var apiInstance = new TasksApi(config);

   // Create request
   var request = new PostTaskDocumentWithFormatRequest();
   request.Name = "template.mpp";
   request.Format = ProjectFileFormat.Csv;

   // Convert MPP to CSV
   Stream response = apiInstance.PostTaskDocumentWithFormat(request);

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Release Notes | Free Support | Free Trial

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
22.12.0 347 12/14/2022
22.7.0 410 8/3/2022
21.10.0 403 10/23/2021
21.8.0 317 8/22/2021
21.2.0 497 2/26/2021
20.11.0 1,461 11/4/2020
20.8.0 497 8/11/2020
20.6.0 515 6/26/2020
19.12.0 599 12/13/2019
19.10.0 552 10/31/2019
19.4.0 626 7/17/2019
18.9.0 815 10/22/2018
18.8.2 822 9/11/2018
18.8.0 844 9/11/2018
18.2.0 1,004 3/11/2018
1.0.6 969 9/27/2017
1.0.5 909 9/27/2017
1.0.4 960 8/14/2017
1.0.3 1,031 1/6/2017
1.0.2 1,266 11/2/2016
1.0.1 1,018 10/21/2016
1.0.0 1,560 2/23/2016