PAGETYPE enumeration

Specifies the type of a form.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration PAGETYPE
'Usage
Dim instance As PAGETYPE
public enum PAGETYPE

Members

Member name Description
PAGE_INVALID Not used. Value= -1.
PAGE_DEFAULTVIEW Default view. Value=0.
PAGE_NORMALVIEW Normal view. Value=1.
PAGE_DIALOGVIEW File dialog box view. Value=2.
PAGE_VIEW View, including both default view and normal view. Value=3.
PAGE_DISPLAYFORM Display form for list items. Value=4.
PAGE_DISPLAYFORMDIALOG Display form for a file dialog box. Value=5.
PAGE_EDITFORM Edit form for list items. Value=6.
PAGE_EDITFORMDIALOG Edit form for a file dialog box. Value=7.
PAGE_NEWFORM New form for list items. Value=8.
PAGE_NEWFORMDIALOG New form for a file dialog box. Value=9.
PAGE_SOLUTIONFORM Solution form. Value=10.
PAGE_MAXITEMS Not used. Value=11.

See also

Reference

Microsoft.SharePoint namespace