An optional list of column ordinal numbers used for naming the output files (in multi file output mode only). The corresponding record data will be added to the file name in the same order in which they appear in this list.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<int> NamingOrdinals { get; set; }
Visual Basic (Declaration)
Public Property NamingOrdinals As List(Of Integer)
Visual C++
public:
property List<int>^ NamingOrdinals {
	List<int>^ get ();
	void set (List<int>^ value);
}

See Also