 | ExportDataRowGetConfID Method |
Reads the configuration ID from the export data row.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic static int GetConfID(
ICTExportProfileData oData,
int iRow
)
Public Shared Function GetConfID (
oData As ICTExportProfileData,
iRow As Integer
) As Integer
Parameters
- oData
- Type: ICTExportProfileData
- iRow
- Type: SystemInt32
Return Value
Type:
Int32
See Also