Create short text fields

To learn more about the different steps to create a custom field, read the For developers: Create custom fields for product types article.

Following is a list of specifics for the short text field:

  • Field CLR type: typeof(string).FullName
  • User friendly data type: UserFriendlyDataType.ShortText
  • DB type: VARCHAR
  • Field type: typeof(TextField).FullName

The following code example demonstrates how to create short text fields:

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?