Click or drag to resize
ObjectHelperGetExportSelectionColumns Method
Returns the list of columns needed for export selection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetExportSelectionColumns(
	GeneralizedInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object for which to get the columns

Return Value

Type: String
See Also