Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Availability:

...

Info
titleAvailability

This routine is available starting with

  1. databasecf 2.1
  2. SIL Engine™ 2.0.3

...

May 2012

Syntax

...

getHeaders(tableField)

Description

...

Excerpt

Retrieves the headers from a data table custom field.

Parameters

...

Parameter nameTypeRequiredDescription
tableFieldarrayYes
The
Value of the data table custom field
value.

Return Type

...

string[]

Example:

Image RemovedImage Added

Code Block
string[] headers = getHeaders(customfield_10000);

For custom the Developers custom field DataTable with the id the customfield_10000 id, the result returned by the above routine call will be: NAME
Username|DESCRIPTIONEmail|ID.Full Name.

See also