ProjectServerSaveOptions

ProjectServerSaveOptions class

Allows to specify additional options when project is saved to Project Server or Project Online.

Constructors

NameDescription
ProjectServerSaveOptionsInitializes a new instance of the ProjectServerSaveOptions class.

Methods

NameDescription
get_PollingIntervalGets interval between queue job status requests. The default value is 2 seconds.
get_ProjectGuidGets unique identifier of a project. Should be unique within Project Server \ Project Online instance.
get_ProjectNameGets 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.
get_TimeoutGets 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.
set_PollingIntervalSets interval between queue job status requests. The default value is 2 seconds.
set_ProjectGuidSets unique identifier of a project. Should be unique within Project Server \ Project Online instance.
set_ProjectNameSets 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.
set_TimeoutSets 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.