DocuVieware Constructor(String)
In This Topic
Creates a DocuVieware object from a DocuVieware session identifier.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public DocuVieware(
string
)
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)