Documentation Center

IFieldsFilter

Implement this interface in order to pass metadata that can be used to further filter the results to the RetrieveTags and RetrieveTagStructure methods.

IsFieldAvailableIndicates whether the field value is available.
GetFieldTypeReturns the field type.
GetNumberFieldValueReturns the single-value number field value.
GetDateTimeFieldValueReturns the single-value date and time field value.
GetStringFieldValueReturns the single-value string field value or the label for LOV and card fields. This method cannot be used to get a string representation of a date or number field.
GetMultiNumberFieldValueReturns the multi-value number field value.
GetMultiDateFieldValueReturns the multi-value date and time field value.
GetMultiStringFieldValueReturns the multi-value string field value (labels for LOV and card fields). This method cannot be used to get a string representations of a multi-value date or number field.