getTableList

Retrieves a list of tables from the project. Only includes tables that the current SOAP session has access to. A SOAP error envelope is returned if the operation fails.

Parameters

Parameter Type Description
cookie long Session cookie returned by projectLogon.

Return value

Value Type
pTableList CDatabaseTable[]

Example

CDatabaseTable[] tables = ttsdk.getTableList(cookie);