GoDiagram Web Reference
FindSessionView Method (GoPrintView)

Return the GoView that is stored in the Session whose unique ID is id.
Syntax
'Declaration
 
Public Overridable Function FindSessionView( _
   ByVal id As String _
) As GoView
public virtual GoView FindSessionView( 
   string id
)

Parameters

id

Return Value

If no GoView is stored in the Session, either because no such view was serialized, or because the session state was lost because the session timed-out, this will return null, causing no image to be streamed as a response. The table lookup key was generated by the view's GoView.MakeSessionViewID method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPrintView Class
GoPrintView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback