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

CustomFieldColumnSpecCreate Method

AuctionWorx 3.5 API

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

Syntax

C#
public static CustomFieldColumnSpec Create(
	int number,
	CustomField field,
	string cultureCode,
	string notes,
	string example
)

Parameters

number
Type: SystemInt32
field
Type: RainWorx.FrameWorx.DTOCustomField
cultureCode
Type: SystemString
notes
Type: SystemString
example
Type: SystemString

Return Value

Type: CustomFieldColumnSpec
See Also

Reference

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