get_additional_value


Description:

public unowned string? get_additional_value (uint32 index)

Gets value of an additional column of an index index, which should be less than get_n_additional_values.

The order corresponds to the camel_store_search_get_additional_columns. Asking for an index which out of bounds returns null. Note the actual read value can be also null.

Parameters:

this

a StoreSearchItem

index

an index of the item to get, counting from zero

Returns:

additional read value at index index, or null