Asserts that the state of an item is valid.

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

Syntax

C#
protected void ValidateItem(
	TObject item
)

Parameters

item
Type: TObject
The item to validate.

See Also