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.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public TextFileEncoding TextFileEncoding { get; set; }Property Value
TextFileEncoding
Remarks
See Also