GetFieldValuesEx Method
Overloads
GetFieldValuesEx(String, Boolean, BookmarkStateFieldPages) |
Retrieves the values of a field per state. FieldvaluePlease refer to Engine API reference for table definition. |
GetFieldValuesEx(String, Boolean, BookmarkStateFieldPages)
Retrieves the values of a field per state.
Fieldvalue
Please refer to Engine API reference for table definition.
Declaration
IEnumerable<StateFieldValues> GetFieldValuesEx([QixName("qField")] string field, [QixName("qGetExcludedValues")] bool getExcludedValues, [QixName("qDataPages")] BookmarkStateFieldPages dataPages)
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Name of the field. |
System.Boolean | getExcludedValues |
When to true, only NOT-selected values are returned. |
BookmarkStateFieldPages | dataPages |
Range of returned values per state, an empty array will return the values of all states. Only one page without a state name returns the values for all states, using the start and end indices of the first page. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<StateFieldValues> |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!