ISession Interface

Represents a document session

Namespace:  TSD.API.Remoting.Document
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ISession

The ISession type exposes the following members.

Properties
  NameDescription
Public propertyCreationInfo
Gets the information about session creation
Public propertyImports
Gets a list of names and versions of products from which data was imported to the document in this session
Public propertyLastSaveInfo
Gets the information about last saving of the session (if , the session has not been saved yet)
Top
See Also