To create a custom field for a customer, use the Fluent API and perform the following:
Use the following code sample:
To set the value of the field perform the following:
NOTE: To use the SetValue method you must add an using clause for the Telerik.Sitefinity.Model namespace.
Back To Top