2.2.3.14 Page Type

Page Type is a 1-byte signed integer that is used to represent the possible page types. The only valid Page Type values are specified as follows.

Value

Meaning

-1

Does not correspond to a view or a form of a list.

0

Default view of the corresponding list. This view is displayed whenever this list is viewed without an explicit view being specified.

1

A view of the corresponding list, but not the default view.

2

A view suitable for displaying in HTML file dialogs to a client application. This value is only used internally within implementation-specific code and is never stored in a database.

3

Used when dealing with views generically, regardless of their type. This value is only used internally within implementation-specific code and is never stored in a database.

4

A display form of a list, suitable for displaying a single list item in read-only mode.

5

Used to represent display forms of a list suitable for displaying in HTML file dialogs to a client application. This value is only used internally within implementation-specific code and is never stored in a database.

6

An edit form for a list, suitable for presenting UI to update the properties of a list item.

7

Used to represent edit forms of a list suitable for displaying in HTML file dialogs to a client application.

8

A new form for a list, suitable for presenting UI to create a new list item.

9

Used to represent new forms of a list suitable for displaying in HTML file dialogs to a client application. This value is from a previous implementation and is no longer valid.

10

Corresponds to a template for an XML solution for a form library. This value is only used internally within implementation-specific code and is never stored in a database.