Archive Members
Include Protected Members
Include Inherited Members
Includes methods for managing backup and restore operations by using the Archive database in Project Server.
The Archive type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Archive | Creates an Archive object from the ASMX-based Archive web service. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from WebClientProtocol.) | |
BeginInvoke | (Inherited from SoapHttpClientProtocol.) | |
CancelAsync | (Inherited from HttpWebClientProtocol.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Discover | (Inherited from SoapHttpClientProtocol.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
EndInvoke | (Inherited from SoapHttpClientProtocol.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetReaderForMessage | (Inherited from SoapHttpClientProtocol.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
GetWebRequest | (Inherited from SoapHttpClientProtocol.) | |
GetWebResponse(WebRequest) | (Inherited from HttpWebClientProtocol.) | |
GetWebResponse(WebRequest, IAsyncResult) | (Inherited from HttpWebClientProtocol.) | |
GetWriterForMessage | (Inherited from SoapHttpClientProtocol.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Invoke | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback) | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback, Object) | (Inherited from SoapHttpClientProtocol.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
QueueArchiveCategories | Saves a copy of tables for security categories from the Published database to the Archive database. | |
QueueArchiveCustomFields | Saves a copy of tables for enterprise custom fields from the Published database to the Archive database. | |
QueueArchiveGlobalProject | Saves a copy of the enterprise global project from the Published database to the Archive database. | |
QueueArchiveProject | Saves a copy of the specified project from the Published database to the Archive database, and creates a version of the project. | |
QueueArchiveProjects | Archives all projects that have changed since the last archive action. | |
QueueArchiveResources | Saves a copy of the enterprise resource tables from the Published database to the Archive database. | |
QueueArchiveSystemSettings | Saves a copy of tables with Project Server settings from the Published database to the Archive database. | |
QueueArchiveViews | Saves a copy of the views tables from the Published database to the Archive database. | |
QueueDeleteArchivedProject | Deletes the specified project in the Archive database. | |
QueueRestoreCategories | Restores tables related to security categories from the Archive database to the Published database. | |
QueueRestoreCustomFields | Restores tables related to enterprise custom fields from the Archive database to the Published database. | |
QueueRestoreGlobalProject | Restores the enterprise global project from the Archive database to the Published database. | |
QueueRestoreProject | Restores the specified archived project version from the Archive database to the Published database | |
QueueRestoreResources | Restores archived enterprise resources from the Archive database to the Published database. | |
QueueRestoreSystemSettings | Restores Project Server system settings from the Archive database to the Published database. | |
QueueRestoreViews | Restores archived views from the Archive database to the Published database. | |
QueueScheduleArchives | Sets the archive schedule. | |
ReadArchivedProjectsList | Gets a list of archived projects; the list includes the project name and GUID. | |
ReadArchiveSchedule | Gets information about the archive schedule. | |
ReadProjectArchiveRetentionSetting | Gets the default Project Server archive retention setting. | |
ToString | (Inherited from Component.) | |
UpdateArchiveSchedule | Updates the archive schedule. |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top