PreloadType enumeration

Office 2013 and later

Indicates which lines to preload into a timesheet.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
NoneValue=8. No lines are populated.
AdminTimesValue=1. Populate only with admin times.
ProjectsValue=2. Populate only with projects.
AdminTimesAndProjectsValue=3. Populate with admin times and projects.
AssignmentsValue=4. Populate only with assignments.
AdminTimesAndAssignmentsValue=5. Populate with admin times and assignments.
ProjectsAndAssignmentsValue=6. Populate with projects and assignments.
AllValue=7. Populate all possible settings.
DefaultValue=0. Use the server settings.

These values can be tested with a binary and.

For more information, see the CreateTimesheet PSI method.

NoteNote

The Microsoft.Office.Project.Server.Library namespace also includes the TimesheetEnum.PreloadType type.

Show: