Asserts that the state of an item is valid.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
protected void ValidateItem(
	TObject item
)

Parameters

item
Type: TObject
The item to validate.

See Also