System.Web.UI.StateManagedCollection.SetDirtyObject Method

When overridden in a derived class, instructs an object contained by the collection to record its entire state to view state, rather than recording only change information.

Syntax

protected abstract void SetDirtyObject (object o)

Parameters

o
The System.Web.UI.IStateManager that should serialize itself completely.

Remarks

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0