GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuVieware Class / DocuVieware Constructor / DocuVieware Constructor(String)
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

Reference

DocuVieware Class
DocuVieware Members
Overload List
GetSessionID Method
DocuViewareManager.CreateDocuViewareSession(string,string,int)