Registration User Widget
Hi,
I want to create new Registration User Widget on custome control
whether must save user data on modules? and must create new module?
Thanks you,
omid
Hello omid,
1. You need to create a custom filed for the module you want to update.
2. You can use content api to get the custom field from the content object and update this value. There are two major extension method that you can use
Name | Description | |
---|---|---|
GetValue<(Of <<'(TValue>)>>)(IDynamicFieldsContainer, String) |
Gets the value of a dynamic property.
|
|
SetValue |
sets the value of a dynamic property of data item to a different value.
|