Admin.ArchiveOpcode Enumeration
Specifies the type of object to save to the Archive database.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration ArchiveOpcode
'Usage
Dim instance As Admin.ArchiveOpcode
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 [Archive Web service] namespace also includes the ArchiveOpcode type.