ClarifySession Class
ClarifySession contains session information for a logged-in user and allows for manipulation of data in the Clarify system as that user.
Syntax
'Declaration
Public Class ClarifySession
Inherits FChoice.Foundation.FCSession
public class ClarifySession : FChoice.Foundation.FCSession
Remarks
To create a session, see ClarifyApplication.CreateSession.
To start accessing data, see the CreateGeneric method.
FCFL.NET sessions are stateful containers that are used to remember information about a user during their session using the system. They also provide access to manipulate data and settings in the Clarify system.
Inheritance Hierarchy
System.Object
FChoice.Foundation.FCSession
FChoice.Foundation.Clarify.ClarifySession
Requirements
Namespace: FChoice.Foundation.Clarify
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: fcSDK (in C:\dovetail\dovetail-sdk\build\Release\fcSDK.dll)