Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostConnection Class > Methods

GetSessionPrintFolder method (static)

Scroll Prev Top Next More

Return the active print folder associated with the session.  This static method avoids needing an active HostConnection object--if you have a HostConnection object connected, use the sessionPrintFolder property.

 

String HostConnection.GetSessionPrintFolder(String sessionKey);

 

Arguments

 

HostConnection

Required. HostConnection class Reference (this is a static method, no HostConnection object need be created prior to calling this method

 

sessionKey

Required. The session key for the active session to query.  If the session key is not valid, nulls are returned.

 

Remarks

 

Returns the active Print Folder or null if the sessionKey provided is invalid/timed-out.  This folder is where the Viewer+ Print server or other sources will place PDF files converted from host printing.

 

See Also

 

printFilesReady | printServerActive | sessionPrintFolder

 

Applies To: HostConnection object

 


© 2022 Inventu Corporation