admGetAllFieldConfigSchemes

Description

Retrieves all field configuration schemes.

Return Type

JFieldConfgurationScheme []

Example

JFieldConfigurationScheme [] allFcSchemes = admGetAllFieldConfigurationSchemes(); for(JFieldConfigurationScheme fcs in allFcSchemes) { runnerLog("Id: " + fcs.id); runnerLog("Name: " + fcs.name); }

See also

Filter by label

There are no items with the selected labels at this time.