Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTSession.GetLogonOnly

Syntax

bool GetLogonOnly( )

Parameters

This method has no parameters.

Description

Retrieves the session logon only flag. If the flag is set to true, the user will not be able to see the session dictionary, being able to work on the tables without connection with the databases. If the flag is set to false, the default value, the user needs a session dictionary to work with the databases or tables.

Return

GetLogonOnly() returns the session logon only flag.

See Also

Logon(), SetLogonOnly()

TOCIndex