Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public sealed class PrimaveraProjectInfo
| --- | --- |
| [ExportFlag](../../aspose.tasks.primavera/primaveraprojectinfo/exportflag/) { get; } | Gets project's export flag. When a project is selected for export in Primavera, its ExportFlag is true. Some projects not explicitly selected for export may be exported to an XER file due to their relationship to the exported project. |
| [Name](../../aspose.tasks.primavera/primaveraprojectinfo/name/) { get; } | Gets project's name. |
| [ShortName](../../aspose.tasks.primavera/primaveraprojectinfo/shortname/) { get; } | Gets project's short name (Project ID). |
| [Uid](../../aspose.tasks.primavera/primaveraprojectinfo/uid/) { get; } | Gets project's Uid. |

### See Also
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: PrimaveraProjectInfo.ShortName
second_title: Aspose.Tasks for .NET API Reference
description: PrimaveraProjectInfo property. Gets projects short name Project ID
type: docs
weight: 30
url: /net/aspose.tasks.primavera/primaveraprojectinfo/shortname/
---
## PrimaveraProjectInfo.ShortName property

Gets project's short name (Project ID).

```csharp
public string ShortName { get; }
```

### See Also

* class [PrimaveraProjectInfo](../)
* namespace [Aspose.Tasks.Primavera](../../primaveraprojectinfo/)
* assembly [Aspose.Tasks](../../../)


Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PrimaveraProjectInfo.Uid
second_title: Aspose.Tasks for .NET API Reference
description: PrimaveraProjectInfo property. Gets projects Uid
type: docs
weight: 30
weight: 40
url: /net/aspose.tasks.primavera/primaveraprojectinfo/uid/
---
## PrimaveraProjectInfo.Uid property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class BuiltInProjectProperty
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Properties.BuiltInProjectProperty class. Represents a builtin property
type: docs
weight: 1460
weight: 1490
url: /net/aspose.tasks.properties/builtinprojectproperty/
---
## BuiltInProjectProperty class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class BuiltInProjectPropertyCollection
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Properties.BuiltInProjectPropertyCollection class. Represents a collection of builtin project properties
type: docs
weight: 1470
weight: 1500
url: /net/aspose.tasks.properties/builtinprojectpropertycollection/
---
## BuiltInProjectPropertyCollection class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class CustomProjectProperty
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Properties.CustomProjectProperty class. Represents a custom property
type: docs
weight: 1480
weight: 1510
url: /net/aspose.tasks.properties/customprojectproperty/
---
## CustomProjectProperty class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class CustomProjectPropertyCollection
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Properties.CustomProjectPropertyCollection class. Represents a collection of custom project properties
type: docs
weight: 1490
weight: 1520
url: /net/aspose.tasks.properties/customprojectpropertycollection/
---
## CustomProjectPropertyCollection class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum CustomPropertyType
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Properties.CustomPropertyType enum. Represents a custom property type enumeration
type: docs
weight: 1500
weight: 1530
url: /net/aspose.tasks.properties/custompropertytype/
---
## CustomPropertyType enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Struct GenericPropertyTKey
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Properties.GenericProperty1TKey struct. Represents a container property
type: docs
weight: 1510
weight: 1540
url: /net/aspose.tasks.properties/genericproperty-1/
---
## GenericProperty<TKey> structure
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.properties/property/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class Property
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Properties.Property class. Represents a base class of a property
type: docs
weight: 1520
weight: 1550
url: /net/aspose.tasks.properties/property/
---
## Property class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PropertyCollectionT
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Properties.PropertyCollection1T class. A base class of collection of properties
type: docs
weight: 1530
weight: 1560
url: /net/aspose.tasks.properties/propertycollection-1/
---
## PropertyCollection<T> class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PropertyKeyedCollectionT
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Properties.PropertyKeyedCollection1T class. A base class of collection of properties
type: docs
weight: 1540
weight: 1570
url: /net/aspose.tasks.properties/propertykeyedcollection-1/
---
## PropertyKeyedCollection<T> class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum ConfidenceLevel
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.RiskAnalysis.ConfidenceLevel enum. Specifies supported confidence levels used in risk analysis that correspond to the percentage of the time the actual values will be within optimistic and pessimistic estimates
type: docs
weight: 1790
weight: 1820
url: /net/aspose.tasks.riskanalysis/confidencelevel/
---
## ConfidenceLevel enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum ProbabilityDistributionType
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.RiskAnalysis.ProbabilityDistributionType enum. Specifies types of supported probability distributions
type: docs
weight: 1800
weight: 1830
url: /net/aspose.tasks.riskanalysis/probabilitydistributiontype/
---
## ProbabilityDistributionType enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class RiskAnalysisResult
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.RiskAnalysis.RiskAnalysisResult class. Represents a result of risk analysis
type: docs
weight: 1810
weight: 1840
url: /net/aspose.tasks.riskanalysis/riskanalysisresult/
---
## RiskAnalysisResult class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class RiskAnalysisSettings
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.RiskAnalysis.RiskAnalysisSettings class. Specifies settings for performing risk analysis
type: docs
weight: 1820
weight: 1850
url: /net/aspose.tasks.riskanalysis/riskanalysissettings/
---
## RiskAnalysisSettings class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class RiskAnalyzer
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.RiskAnalysis.RiskAnalyzer class. Performs a Monte Carlo simulation based on the specified risk analysis settings
type: docs
weight: 1830
weight: 1860
url: /net/aspose.tasks.riskanalysis/riskanalyzer/
---
## RiskAnalyzer class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class RiskItemStatistics
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.RiskAnalysis.RiskItemStatistics class. Represents an item which stores statistical data for the task of the analyzed project
type: docs
weight: 1840
weight: 1870
url: /net/aspose.tasks.riskanalysis/riskitemstatistics/
---
## RiskItemStatistics class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class RiskItemStatisticsCollection
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.RiskAnalysis.RiskItemStatisticsCollection class. Represents a collection containing the instances of the RiskItemStatistics class
type: docs
weight: 1850
weight: 1880
url: /net/aspose.tasks.riskanalysis/riskitemstatisticscollection/
---
## RiskItemStatisticsCollection class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum RiskItemType
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.RiskAnalysis.RiskItemType enum. Specifies task fields for which the statistical information is gathered during risk analysis
type: docs
weight: 1860
weight: 1890
url: /net/aspose.tasks.riskanalysis/riskitemtype/
---
## RiskItemType enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class RiskPattern
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.RiskAnalysis.RiskPattern class. Represents a risk pattern for a project task
type: docs
weight: 1870
weight: 1900
url: /net/aspose.tasks.riskanalysis/riskpattern/
---
## RiskPattern class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class RiskPatternCollection
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.RiskAnalysis.RiskPatternCollection class. Represents a collection containing the instances of the RiskPattern class
type: docs
weight: 1880
weight: 1910
url: /net/aspose.tasks.riskanalysis/riskpatterncollection/
---
## RiskPatternCollection class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/csvoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class CsvOptions
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.CsvOptions class. Allows to specify additional options when saving project to CSV
type: docs
weight: 1920
weight: 1950
url: /net/aspose.tasks.saving/csvoptions/
---
## CsvOptions class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/csvtextdelimiter/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum CsvTextDelimiter
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.CsvTextDelimiter enum. Text delimiter for CSV format
type: docs
weight: 1930
weight: 1960
url: /net/aspose.tasks.saving/csvtextdelimiter/
---
## CsvTextDelimiter enumeration
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/datacategory/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum DataCategory
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.DataCategory enum. The category of data used when saving to CSV
type: docs
weight: 1940
weight: 1970
url: /net/aspose.tasks.saving/datacategory/
---
## DataCategory enumeration
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/htmlsaveoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class HtmlSaveOptions
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.HtmlSaveOptions class. Allows to specify additional options when rendering project pages to HTML
type: docs
weight: 1950
weight: 1980
url: /net/aspose.tasks.saving/htmlsaveoptions/
---
## HtmlSaveOptions class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/imagesaveoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class ImageSaveOptions
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.ImageSaveOptions class. Allows to specify additional options when rendering project pages to images
type: docs
weight: 1970
weight: 2000
url: /net/aspose.tasks.saving/imagesaveoptions/
---
## ImageSaveOptions class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Interface IPageSavingCallback
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.IPageSavingCallback interface. Represents a callback that is called when each page in multi page document is saved to a separate stream
type: docs
weight: 1960
weight: 1990
url: /net/aspose.tasks.saving/ipagesavingcallback/
---
## IPageSavingCallback interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum LegendDrawingOptions
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.LegendDrawingOptions enum. Specifies the possible options used when rendering views legend
type: docs
weight: 1980
weight: 2010
url: /net/aspose.tasks.saving/legenddrawingoptions/
---
## LegendDrawingOptions enumeration
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/mppsaveoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class MPPSaveOptions
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.MPPSaveOptions class. Allows to specify additional options when saving project data to MPP
type: docs
weight: 1990
weight: 2020
url: /net/aspose.tasks.saving/mppsaveoptions/
---
## MPPSaveOptions class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/pagesavingargs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PageSavingArgs
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PageSavingArgs class. This class represents set of data that related to saving of documents page to a stream
type: docs
weight: 2000
weight: 2030
url: /net/aspose.tasks.saving/pagesavingargs/
---
## PageSavingArgs class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/pdfcompliance/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum PdfCompliance
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PdfCompliance enum. Specifies the PDF compliance level to output file
type: docs
weight: 2010
weight: 2040
url: /net/aspose.tasks.saving/pdfcompliance/
---
## PdfCompliance enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PdfDigitalSignatureDetails
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PdfDigitalSignatureDetails class. Contains details for a PDF digital signature
type: docs
weight: 2020
weight: 2050
url: /net/aspose.tasks.saving/pdfdigitalsignaturedetails/
---
## PdfDigitalSignatureDetails class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum PdfDigitalSignatureHashAlgorithm
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PdfDigitalSignatureHashAlgorithm enum. Specifies digital hash algorithm used by digital signature
type: docs
weight: 2030
weight: 2060
url: /net/aspose.tasks.saving/pdfdigitalsignaturehashalgorithm/
---
## PdfDigitalSignatureHashAlgorithm enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum PdfEncryptionAlgorithm
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PdfEncryptionAlgorithm enum. Specifies the encryption algorithm to use for encrypting a PDF document
type: docs
weight: 2040
weight: 2070
url: /net/aspose.tasks.saving/pdfencryptionalgorithm/
---
## PdfEncryptionAlgorithm enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PdfEncryptionDetails
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PdfEncryptionDetails class. Contains details for a PDF encryption
type: docs
weight: 2050
weight: 2080
url: /net/aspose.tasks.saving/pdfencryptiondetails/
---
## PdfEncryptionDetails class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/pdfpermissions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum PdfPermissions
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PdfPermissions enum. Specifies permissions to use for accessing a PDF document
type: docs
weight: 2060
weight: 2090
url: /net/aspose.tasks.saving/pdfpermissions/
---
## PdfPermissions enumeration
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/pdfsaveoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PdfSaveOptions
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PdfSaveOptions class. Allows to specify additional options when rendering project pages to PDF
type: docs
weight: 2070
weight: 2100
url: /net/aspose.tasks.saving/pdfsaveoptions/
---
## PdfSaveOptions class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum PdfTextCompression
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PdfTextCompression enum. Specifies a type of compression applied to all content in the PDF file except images
type: docs
weight: 2080
weight: 2110
url: /net/aspose.tasks.saving/pdftextcompression/
---
## PdfTextCompression enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PrimaveraSaveOptions
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PrimaveraSaveOptions class. Allows to specify additional options when saving project to Primavera XER format
type: docs
weight: 2090
weight: 2120
url: /net/aspose.tasks.saving/primaverasaveoptions/
---
## PrimaveraSaveOptions class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PrimaveraXmlSaveOptions
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PrimaveraXmlSaveOptions class. Allows to specify additional options when saving project to Primavera xml format
type: docs
weight: 2100
weight: 2130
url: /net/aspose.tasks.saving/primaveraxmlsaveoptions/
---
## PrimaveraXmlSaveOptions class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.tasks.saving/printoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PrintOptions
second_title: Aspose.Tasks for .NET API Reference
description: Aspose.Tasks.Saving.PrintOptions class. Allows to specify additional options when printing project
type: docs
weight: 2110
weight: 2140
url: /net/aspose.tasks.saving/printoptions/
---
## PrintOptions class
Expand Down
Loading