FCSession Class
FCSession contains session information for a logged-in user and allows for manipulation of data in the CRM system as that user.
Syntax
'Declaration
<DefaultMemberAttribute("Item")>
Public MustInherit Class FCSession
[DefaultMemberAttribute("Item")]
public abstract class FCSession
Remarks
To create a session, see FCApplication.CreateSession.
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 CRM system.
Inheritance Hierarchy
System.Object
FChoice.Foundation.FCSession
FChoice.Foundation.Clarify.ClarifySession
Requirements
Namespace: FChoice.Foundation
Platforms: Windows XP, Windows Server 2003 and 2008 family
Assembly: fcSDK (in C:\dovetail\dovetail-sdk\build\Release\fcSDK.dll)