ValidationItemType enumeration
Office 2013 and later
Specifies the type of validation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
| Member name | Description | |
|---|---|---|
| ProjectData | Value=1. Project data. | |
| ProjectWssData | Value=2. SharePoint data for a project. | |
| Resource | Value=4 Resource. | |
| User | Value=8. User. | |
| CustomField | Value=16. Custom field. | |
| ReportingTimetable | Value=32. Reporting timetable. | |
| Timesheet | Value=64. Timesheet. | |
| TimesheetClass | Value=128. Timesheet class. | |
| TimesheetStatus | Value=256. Timesheet status. | |
| TimesheetPeriod | Value=512. Timesheet period. | |
| TimesheetPeriodStatus | Value=1,024. Timesheet period status. | |
| LookupTable | Value=2,048. Lookup table. | |
| Calendar | Value=4,096. Calendar. | |
| WorkflowPhases | Value=8,192. Workflow phases. | |
| WorkflowStages | Value=16,384. Workflow stages. | |
| EnterpriseProjectTypes | Value=32,768. Enterprise project types. | |
| ProjectWorkflowStatusData | Value=65,536. Project workflow status data. | |
| TimesheetCustomField | Value=131,072. Timesheet custom field. | |
| CommitData | Value=262,144. Commit data. | |
| All | Value=16,777,215. All validation item types. |
Show: