SPFieldTypeDefinition Members
Include Protected Members
Include Inherited Members
Represents a field type definition.
The SPFieldTypeDefinition type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. | |
BaseRenderingTypeName | Gets the name of the field type on which rendering of the field type definition is based. | |
FieldEditorUserControl | Gets the server-relative path to the control to use as a field editor control for the field type. | |
FieldTypeClass | Gets the full name of the class that defines the logic of the field type. | |
Filterable | Gets a Boolean value that indicates whether the field type can be filtered. | |
PropertySchema | Gets the property schema that includes the set of fields that define properties that are used for the field type. | |
ShowOnColumnTemplateCreate | Gets a Boolean value that indicates whether the field type is displayed as an option on the New Site Column page. | |
ShowOnDocumentLibraryCreate | Gets a Boolean value that indicates whether the field type is displayed as an option on the Create Column page for document libraries. | |
ShowOnListCreate | Gets a Boolean value that indicates whether the field type is displayed as an option on the Create Column page for lists. | |
ShowOnSurveyCreate | Gets a Boolean value that indicates whether the field type is displayed as an option on the New Question page for surveys. | |
Sortable | Gets a Boolean value that indicates whether the field type is sortable. | |
TypeDisplayName | Gets the display name that is used to represent the field type in the user interface. | |
TypeName | Gets the internal name of the field type. | |
TypeShortDescription | Gets the description of the field type. | |
UserCreatable | Gets a Boolean value that indicates whether users can create fields of the field type. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top