You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Models Namespaces > RainWorx.FrameWorx.MVC.Models.CSV > GetCSVTemplate Method

CSVGetCSVTemplate Method

AuctionWorx 3.5 API
returns the header row of a CSV file which is valid for the currently admin setting configuration

Namespace:  RainWorx.FrameWorx.MVC.Models.CSV
Assembly:  RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5

Syntax

C#
public static string GetCSVTemplate(
	List<IColumnSpec> columns
)

Parameters

columns
Type: System.Collections.GenericListIColumnSpec
the column specs to be included

Return Value

Type: String
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.