ArchiveOpcode Enumeration
Specifies the type of object to save to the Archive database.
Namespace: [Archive Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Archive.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Archive.asmx?wsdl
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ArchiveOpcode
'Usage
Dim instance As ArchiveOpcode
[SerializableAttribute]
public enum ArchiveOpcode
Members
Member name | Description | |
---|---|---|
None | Value=0. Archive nothing. | |
Projects | Value=1. Archive projects. | |
Resources | Value=2. Archive resources. | |
CustomFields | Value=3. Archive custom fields. | |
EnterpriseGlobal | Value=4. Archive enterprise global data. | |
SystemSettings | Value=5. Archive system settings. | |
Categories | Value=6. Archive categories. | |
ViewDefinitions | Value=7. Archive view definitions. |
Remarks
For more information, see the QueueScheduleArchives PSI method.
Note
The Microsoft.Office.Project.Server.Library namespace also includes the Admin.ArchiveOpcode type.