ProjectServerSaveOptions
Contents
[
Hide
]ProjectServerSaveOptions class
Allows to specify additional options when project is saved to Project Server or Project Online.
The ProjectServerSaveOptions type exposes the following members:
Constructors
| Name | Description | 
|---|---|
| ProjectServerSaveOptions() | Initializes a new instance of the ProjectServerSaveOptions class. | 
Properties
| Name | Description | 
|---|---|
| project_name | Gets or sets name of a project which is displayed in Project Server \ Project Online projects list. Should be unique within Project Server \ Project Online instance. Is the value is omitted, the value of Prj.Name property will be used instead. | 
| project_guid | Gets or sets unique identifier of a project. Should be unique within Project Server \ Project Online instance. | 
| timeout | Gets or sets timeout used when waiting for processing of save project request by a Project Server’s queue processing service. The default value for this property is 1 minute. | 
| polling_interval | Gets or sets interval between queue job status requests. The default value is 2 seconds. | 
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks