getDataSchemesForProfile method of the Engine class
Returns full list of supported data schemes for specified profile.
public DataScheme[] getDataSchemesForProfile( String profile );
Parameters
- profile
- The list of data schemes will be returned for this profile. Profile name should be passed.
Return values
The method returns the DataScheme array. See the Fields property of the DataScheme object to get information about all available fields for concrete data scheme.
02.03.2022 12:59:15