MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T).SaveViewState Method
See Also
 





Saves any view-state changes that have occurred for this collection.

Namespace: MindFusion.Scheduling
Assembly: 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 ViewState that was saved; null if there is no ViewState associated with the collection.

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.Scheduling Namespace