Skip to main content Skip to complementary content

GetFieldValues Method

Overloads

GetFieldValues(String, Boolean, BookmarkFieldPage)

Retrieves the values of a field.

Fieldvalue

Please refer to Engine API reference for table definition.

GetFieldValues(String, Boolean, BookmarkFieldPage)

Retrieves the values of a field.

Fieldvalue

Please refer to Engine API reference for table definition.

Declaration

      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 excluded values are returned.

BookmarkFieldPage dataPage

Range of returned values.

Returns

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

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!