Nucleus .Net Core CMS

Models.UserProfileProperty Class

Namespace: Nucleus.Abstractions.Models
Assembly: Nucleus.Abstractions.dll
Represents a Models.Sites User Profile Properties, which are the available values for a Models.User's profile.

Properties

Id Property

Unique record identifier.

Name Property

Gets or sets the display name for the user profile property.

HelpText Property

Gets or sets the help text for the user profile property.

TypeUri Property

Gets or sets the Type Uri for the user profile property.
Remarks
If set, the Type Uri is used to set a Claim, which can be used by elements of the site, including core functions, modules and other extensions. The Type Uri can be null.

SortOrder Property

Gets or sets the sort order for the user profile property.
Remarks
The user profile user interface displays user profile properties in the order specified by SortOrder.