Loads an rets ID file into the a datatable. Datatable format is the same as the retsPropertyInfo table on mastermls

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DataTable LoadIDFile(
	string dataFilePath
)
Visual Basic (Declaration)
Public Function LoadIDFile ( _
	dataFilePath As String _
) As DataTable
Visual C++
public:
DataTable^ LoadIDFile(
	String^ dataFilePath
)

Parameters

dataFilePath
Type: System..::.String
Path to the data file

Return Value

Standardized datatable containing the rets id file

See Also