Click or drag to resize

ExportField(String, String, Boolean, FieldType, FieldCategoryType, String) Constructor

Constructor.

Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFile
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public ExportField(
	string openDiscoverFieldName,
	string exportFieldName,
	bool isExported,
	FieldType fieldType,
	FieldCategoryType fieldCategoryType,
	string description
)

Parameters

openDiscoverFieldName  String

[Missing <param name="openDiscoverFieldName"/> documentation for "M:OpenDiscoverSDK.Interfaces.Platform.LoadFile.ExportField.#ctor(System.String,System.String,System.Boolean,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldType,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldCategoryType,System.String)"]

exportFieldName  String

[Missing <param name="exportFieldName"/> documentation for "M:OpenDiscoverSDK.Interfaces.Platform.LoadFile.ExportField.#ctor(System.String,System.String,System.Boolean,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldType,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldCategoryType,System.String)"]

isExported  Boolean

[Missing <param name="isExported"/> documentation for "M:OpenDiscoverSDK.Interfaces.Platform.LoadFile.ExportField.#ctor(System.String,System.String,System.Boolean,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldType,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldCategoryType,System.String)"]

fieldType  FieldType

[Missing <param name="fieldType"/> documentation for "M:OpenDiscoverSDK.Interfaces.Platform.LoadFile.ExportField.#ctor(System.String,System.String,System.Boolean,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldType,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldCategoryType,System.String)"]

fieldCategoryType  FieldCategoryType

[Missing <param name="fieldCategoryType"/> documentation for "M:OpenDiscoverSDK.Interfaces.Platform.LoadFile.ExportField.#ctor(System.String,System.String,System.Boolean,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldType,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldCategoryType,System.String)"]

description  String

[Missing <param name="description"/> documentation for "M:OpenDiscoverSDK.Interfaces.Platform.LoadFile.ExportField.#ctor(System.String,System.String,System.Boolean,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldType,OpenDiscoverSDK.Interfaces.Platform.LoadFile.FieldCategoryType,System.String)"]

See Also