Flynet Viewer .NET Programmer's Reference

GetSessionFolder (static)

GetSessionFolder (static)

Previous topic Next topic  

GetSessionFolder (static)

Previous topic Next topic  

Return the active session folder associated to the provided sessionKey.  This method avoids the need to connect a session in order to query the active sessionFolder for a connected user.

 

String HostConnection.GetSessionFolder(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 sessionFolder for the active session as set with SetSessionFolder.  Note that the HostConnection object is providing a convenient storage area for the session, as the API client can set the sessionFolder to any value it wants, then read it later with GetSessionFolder.

 

See Also

 

SetSessionFolder

 

Applies To: HostConnection object

 


© 2016 Inventu Corporation, Flynet LTD