ProjectServerSaveOptions

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

NameDescription
ProjectServerSaveOptions()Initializes a new instance of the

Properties

NameDescription
project_nameGets 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_guidGets or sets unique identifier of a project. Should be unique within Project Server \ Project Online instance.
timeoutGets 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_intervalGets or sets interval between queue job status requests. The default value is 2 seconds.

See Also