CyberStore Ecommerce 2023 Documentation
FamilyName Property (CustomerAccountControl)
Example 


Dovetail.Ecommerce.Controls Namespace > CustomerAccountControl Class : FamilyName Property
Gets or sets the names of the family, or families or Account type Characteristic Families that are to be included as a series of additional fields to be included in the Account registration.

Property Value

Type: String

A string value that specifies whether the names of the families to use.

The default is "".

Remarks

The FamilyName property allows you to capture custom information from visitors when they register for a CyberStore Account. This information can also be edited by visitors when modifying their Account preferences. This feature is made possible through a link from a specific Account Characteristic Family, or Families to the registration process. 

 

To do so, create a Characteristic Family of the Account Type and then include the name of the Characteristic Family in the FamilyName property. It is possible to specify any number of families by listing them as a comma-separated list as seen in the example below.

Example
FamilyName="Profile,Demographics"
See Also

Reference

CustomerAccountControl Class
CustomerAccountControl Members