Click or drag to resize

DocumentTaskSettingsTextFileEncoding Property

If property OutputMode is set to IndividualFiles, then this property determines if text files are written out as UTF-16 (default) or UTF-8 encoded (with BOM).

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public TextFileEncoding TextFileEncoding { get; set; }

Property Value

TextFileEncoding
Remarks

This property is ignored if property ProcessingMode is not set to TextAndMetadata.

Default property value: UTF16

See Also