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