Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of object to save to the Archive database.
Namespace: WebSvcArchive
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.