Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the type of display for a field represented by an SPSchemaElement object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration SPSchemaElementType
'Usage
Dim instance As SPSchemaElementType
[DataContractAttribute]
public enum SPSchemaElementType
Members
| 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. |