ASP.NET Pack Programmer's Guide
RecurrenceException.SaveViewState Method
See Also
 





Saves any view-state changes that have occurred in this RecurrenceException since the time the page was posted back to the server.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public virtual Object SaveViewState ()

Visual Basic  Copy Code

Public Overridable Function SaveViewState () As Object

 Return Value

Type: Object
Returns the RecurrenceException's current view state. If there is no view state associated with it, this method returns null (Nothing in VB.NET).

 See Also

RecurrenceException Members
RecurrenceException Class
MindFusion.Scheduling Namespace