WebSvcArchive Namespace
The WebSvcArchive namespace is an arbitrary name for a reference to the Archive.asmx Web service of the PSI in Microsoft Office Project Server 2007.
The Archive class in the Web service includes methods for managing backup and restore in the Database Administration section of the Project Server Administration page in Project Web Access.
The Archive class methods enable you to read and update the archive schedule. You can archive all projects or delete specified archived projects. You can also save to the Archive database or restore from the Archive to the Published database the following Project Server entities:
Security categories
Custom fields
Global project
Resources
System settings
Views
Archive methods typically use or return one of the following objects:
Classes
Class | Description | |
---|---|---|
Archive | Includes methods for managing backup and restore operations using the Archive database in Microsoft Office Project Server 2007. | |
ArchivedProjectsDataSet | ||
ArchivedProjectsDataSet.ProjectsDataTable | ||
ArchivedProjectsDataSet.ProjectsRow | Specifies a row of archived project data. | |
ArchivedProjectsDataSet.ProjectsRowChangeEvent | Describes event handler settings for the specified data. | |
ArchiveScheduleDataSet | ||
ArchiveScheduleDataSet.ArchiveScheduleDataTable | ||
ArchiveScheduleDataSet.ArchiveScheduleRow | Specifies a row of data associated with an archived schedule. | |
ArchiveScheduleDataSet.ArchiveScheduleRowChangeEvent | Describes event handler settings for the specified data. | |
ProjectArchiveRetentionDataSet | ||
ProjectArchiveRetentionDataSet.ProjectsDataTable | ||
ProjectArchiveRetentionDataSet.ProjectsRow | Specifies a row of project data retained in archives. | |
ProjectArchiveRetentionDataSet.ProjectsRowChangeEvent | Describes event handler settings for the specified data. |
Delegates
Delegate | Description | |
---|---|---|
ArchivedProjectsDataSet.ProjectsRowChangeEventHandler | ||
ArchiveScheduleDataSet.ArchiveScheduleRowChangeEventHandler | ||
ProjectArchiveRetentionDataSet.ProjectsRowChangeEventHandler |
Enumerations
Enumeration | Description | |
---|---|---|
ArchiveOpcode | Specifies the type of object to save to the Archive database. |