PreloadType enumeration
Office 2013 and later
Indicates which lines to preload into a timesheet.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
| Member name | Description | |
|---|---|---|
| None | Value=8. No lines are populated. | |
| AdminTimes | Value=1. Populate only with admin times. | |
| Projects | Value=2. Populate only with projects. | |
| AdminTimesAndProjects | Value=3. Populate with admin times and projects. | |
| Assignments | Value=4. Populate only with assignments. | |
| AdminTimesAndAssignments | Value=5. Populate with admin times and assignments. | |
| ProjectsAndAssignments | Value=6. Populate with projects and assignments. | |
| All | Value=7. Populate all possible settings. | |
| Default | Value=0. Use the server settings. |
These values can be tested with a binary and.
For more information, see the CreateTimesheet PSI method.
Note |
|---|
The Microsoft.Office.Project.Server.Library namespace also includes the TimesheetEnum.PreloadType type. |
Show:
Note