A session identifier previously obtained by using the GetSessionID() method or used to build a session with the DocuViewareManager.CreateDocuViewareSession() method.

In This Topic

DocuVieware Constructor(String)

In This Topic
Creates a DocuVieware object from a DocuVieware session identifier.
Syntax
'Declaration
 
Public Function New( _
   ByVal SessionID As String _
)
public DocuVieware( 
   string SessionID
)

Parameters

SessionID
A session identifier previously obtained by using the GetSessionID() method or used to build a session with the DocuViewareManager.CreateDocuViewareSession() method.
See Also