IPublishOutputFormat
This topic describes the properties and methods of the IPublishOutputFormat interface.
Id Gets the id of the output format. |
Name Gets the label of the output format. |
EdtDefinition Gets the EDT definition of the output format. |
IsFieldAvailable Indicates whether the field is available for retrieval.
|
GetFieldType Returns the field type.
|
MultiValueSeparator The multi value separator of the current project. |
DateTimeFormat The standard date time format. |
GetFieldValueAsString Returns the field value as a string. You can use any type of field.
|
GetFieldValueAsString Returns the field value as a string. You can use any type of field. If you specify If you specify
|
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 (the label) for LOV and card fields. This method cannot be used to get a string representation of a date or number field.
|
GetStringFieldValue Returns the single-value string field value (the label) for LOV and card fields. If you specify If you specify This method cannot be used to get a string representation of a date or number field.
|
GetMultiNumberFieldValue
Returns the multi-value number field value.
|
GetMultiDateTimeFieldValue 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.
|
GetMultiStringFieldValue Returns the multi-value string field value (labels for LOV and card fields). If you specify If you specify This method cannot be used to get a string representations of a multi-value date or number field.
|