IFieldsFilter
Implement this interface in order to pass metadata that can be used to further filter the results to the RetrieveTags and RetrieveTagStructure methods.
| IsFieldAvailable | Indicates whether the field value is available. |
| GetFieldType | Returns the field type. |
| GetNumberFieldValue | Returns the single-value number field value. |
| GetDateTimeFieldValue | Returns the single-value date and time field value. |
| GetStringFieldValue | Returns 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. |
| GetMultiNumberFieldValue | Returns the multi-value number field value. |
| GetMultiDateFieldValue | Returns the multi-value date and time field value. |
| GetMultiStringFieldValue | Returns 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. |