Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.SetLogonOnly

Syntax

void SetLogonOnly()

void SetLogonOnly(bool flag)

Parameters

  • flag [in] the new session logon flag.

Description

Sets the session logon only flag. This flag, when set to true before the session Logon(), will prevent the session from using the session dictionary.

The SetLogonOnly() overload defaults to true.

Return

None.

See Also

GetLogonOnly()

TOCIndex