SPFieldTypeDefinition members

Represents a field type definition.

The SPFieldTypeDefinition type exposes the following members.

Properties

  Name Description
Public property AllowBaseTypeRendering Gets a Boolean value that indicates whether a client application renders the field as its base type if the client application cannot determine how to properly render the field type.
Public property BaseRenderingTypeName Gets the name of the field type on which rendering of the field type definition is based.
Public property FieldEditorUserControl Gets the server-relative path to the control to use as a field editor control for the field type.
Public property FieldTypeClass Gets the full name of the class that defines the logic of the field type.
Public property Filterable Gets a Boolean value that indicates whether the field type can be filtered.
Public property PropertySchema Gets the property schema that includes the set of fields that define properties that are used for the field type.
Public property ShowOnColumnTemplateCreate Gets a Boolean value that indicates whether the field type is displayed as an option on the New Site Column page.
Public property ShowOnDocumentLibraryCreate Gets a Boolean value that indicates whether the field type is displayed as an option on the Create Column page for document libraries.
Public property ShowOnListCreate Gets a Boolean value that indicates whether the field type is displayed as an option on the Create Column page for lists.
Public property ShowOnSurveyCreate Gets a Boolean value that indicates whether the field type is displayed as an option on the New Question page for surveys.
Public property Sortable Gets a Boolean value that indicates whether the field type is sortable.
Public property TypeDisplayName Gets the display name that is used to represent the field type in the user interface.
Public property TypeName Gets the internal name of the field type.
Public property TypeShortDescription Gets the description of the field type.
Public property UserCreatable Gets a Boolean value that indicates whether users can create fields of the field type.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPFieldTypeDefinition class

Microsoft.SharePoint namespace