Microsoft.SharePoint


PAGETYPE Enumeration (Microsoft.SharePoint)
Specifies the type of a form.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Enumeration PAGETYPE
Visual Basic (Usage)
Dim instance As PAGETYPE
C#
public enum PAGETYPE
Members

 Member nameDescription
PAGE_DEFAULTVIEWDefault view. Value=0. 
PAGE_DIALOGVIEWFile dialog box view. Value=2. 
PAGE_DISPLAYFORMDisplay form for list items. Value=4. 
PAGE_DISPLAYFORMDIALOGDisplay form for a file dialog box. Value=5. 
PAGE_EDITFORMEdit form for list items. Value=6. 
PAGE_EDITFORMDIALOGEdit form for a file dialog box. Value=7. 
PAGE_INVALIDNot used. Value= -1. 
PAGE_MAXITEMSNot used. Value=11. 
PAGE_NEWFORMNew form for list items. Value=8. 
PAGE_NEWFORMDIALOGNew form for a file dialog box. Value=9. 
PAGE_NORMALVIEWNormal view. Value=1. 
PAGE_SOLUTIONFORMSolution form. Value=10. 
PAGE_VIEWView, including both default view and normal view. Value=3. 
See Also

Tags :


Page view tracker