Developer forum

Forum » Development » Developer release notes for dw7?

Developer release notes for dw7?


Reply
When we will start seeing developer release notes on dynamicweb releases? the normal release notes doesent really help us developers that much :S , it would be great to get more technical release notes. For instance that you made a new user object etc.

Replies

 
Reply
Hi Jais

The technical release notes can be downloaded from
http://engage.dynamicweb-cms.com/Releases-177.aspx

Please let me know if you miss anything - I have already reported a doc about the new User class - however you can pretty much dot your way through the User properties in VS to explorer the class.

For instance, if you want to change the email of a user simply type:
User myUser = User.GetUserByUserName('lasse');
myUser.Email = 'lde@dynamicweb.dk';
myUser.Save();

 - Lasse

 

You must be logged in to post in the forum