An unique identifier specifying the id of the session to create or reload.
The client identifier of the DocuviewareControl instance that will be associated with this session.
Specifies the amount of time, in minutes, allowed between requests before the DocuVieware session-state provider terminates the session.

In This Topic
GdPicture14.WEB Namespace / DocuViewareControl Class / DocuViewareControl Constructor / DocuViewareControl Constructor(String,String,Int32)

DocuViewareControl Constructor(String,String,Int32)

In This Topic
Creates a DocuVieware object. An underlying session will be automatically created or reloaded.
Syntax
'Declaration
 
Public Function New( _
   ByVal SessionID As String, _
   ByVal ClientID As String, _
   ByVal Timeout As Integer _
)
public DocuViewareControl( 
   string SessionID,
   string ClientID,
   int Timeout
)

Parameters

SessionID
An unique identifier specifying the id of the session to create or reload.
ClientID
The client identifier of the DocuviewareControl instance that will be associated with this session.
Timeout
Specifies the amount of time, in minutes, allowed between requests before the DocuVieware session-state provider terminates the session.
See Also