SharpSchedule

AchievementCommentControl.Update Method 

Populate an existing clieng object with the data from the form.

[Visual Basic]
Public Sub Update( _
   ByVal achievementComment As AchievementComment _
)
[C#]
public void Update(
   AchievementComment achievementComment
);

Parameters

achievementComment
Achievement comment object that describes a achievement state or actions at a point in time.

See Also

AchievementCommentControl Class | Ozanam.Schedule.Web.Controls.AchievementComments Namespace