Skip to main content Skip to complementary content

GetFieldValues Method

Overloads

GetFieldValues(String, Boolean, BookmarkFieldPage)

Retrieves the values of a field for the default state.

Fieldvalue

Please refer to Engine API reference for table definition.

GetFieldValues(String, Boolean, BookmarkFieldPage)

Retrieves the values of a field for the default state.

Fieldvalue

Please refer to Engine API reference for table definition.

Declaration

      public IEnumerable<FieldValue> GetFieldValues([QixName("qField")] string field, [QixName("qGetExcludedValues")] bool getExcludedValues, [QixName("qDataPage")] BookmarkFieldPage dataPage)
    

Parameters

Type Name Description
System.String field

Name of the field.

System.Boolean getExcludedValues

If set to true, only NOT-selected values are returned.

BookmarkFieldPage dataPage

Range of returned values.

Returns

Type Description
System.Collections.Generic.IEnumerable<FieldValue>

Implements

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!