SPMobilePageType Enumeration
Specifies the major types of SharePoint mobile web pages.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPMobilePageType
'Usage
Dim instance As SPMobilePageType
public enum SPMobilePageType
Members
Member name | Description | |
---|---|---|
HomePage | A mobile home page. | |
DeletePage | A form for deleting a list item. | |
View | A form for viewing a list. | |
NewForm | A form for creating new list items. | |
EditForm | A form for editing a list item. | |
DispForm | A form for displaying a list item. | |
Invalid | An invalid page type. | |
ErrorPage | A page that reports and error to the mobile device user. |