ProjectInfo

ProjectInfo class

Brief info about the published project available on Project Online.

The ProjectInfo type exposes the following members:

Constructors

NameDescription
ProjectInfo()Initializes a new instance of the ProjectInfo class.

Properties

NameDescription
idGets the unique identifier of the project.
nameGets the name of the project.
created_dateGets the date and time when the project was created.
is_checked_outGets a value indicating whether the project is checked out.
last_published_dateGets the most recent date when the project was published.
last_saved_dateGets the most recent date when the project was saved.
descriptionGets the description of the project.

See Also