 | IGenericExportHandlerGetExportProfileFields Method |
Get export profile fields. This return cached fields, to avoid many database queries.
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
SyntaxIEnumerable<ICTExportProfileField> GetExportProfileFields()
Function GetExportProfileFields As IEnumerable(Of ICTExportProfileField)
Return Value
IEnumerableICTExportProfileField
See Also