Registration User Widget

Posted by Community Admin on 04-Aug-2018 08:04

Registration User Widget

All Replies

Posted by Community Admin on 29-Jun-2011 00:00

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

Posted by Community Admin on 29-Jun-2011 00:00

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
Public methodStatic member GetValue<(Of <<'(TValue>)>>)(IDynamicFieldsContainer, String)
Gets the value of a dynamic property.
Public methodStatic member SetValue
sets the value of a dynamic property of data item to a different value.
.


Greetings,
Ivan Dimitrov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed