TimesheetEnum.PreloadType enumeration
Office 2013 and later
Indicates the lines to preload into a timesheet.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
| Member name | Description | |
|---|---|---|
| None | Value=0. 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=8. Use the server settings. |
Show: