SPSchemaElementType Enumeration
SharePoint 2010
Defines the type of display for a field represented by an SPSchemaElement object.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
| Member name | Description | |
|---|---|---|
| None | Indicates that the field is not intended to be displayed in the user interface. | |
| TableViewOnly | Indicates that the field can only be displayed in table view. | |
| DetailViewOnly | Indicates that the field can only be displayed in detailed view. | |
| Both | Indicates that the field can be displayed either in table view or detail view. |