Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
LoadControlState Method
See Also 
Telerik.Cms.Engine.WebControls Namespace > GenericContent Class : LoadControlState Method


savedState

 

Namespace: Telerik.Cms.Engine.WebControls
Assembly: Telerik.Cms.Engine (in Telerik.Cms.Engine.dll)
  

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub LoadControlState( _
   ByVal savedState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As GenericContent
Dim savedState As Object
 
instance.LoadControlState(savedState)
C# 
protected override void LoadControlState( 
   object savedState
)

Parameters

savedState

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also