Click or drag to resize

WriteBackHandlerCreateWriteBacks Method

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual List<WriteBack> CreateWriteBacks(
	ICTExportProfile ExportProfile,
	ExportItem item,
	string field,
	string value
)

Parameters

ExportProfile
Type: ICTExportProfile
item
Type: CTExtensions.ExportCore.ExportHandlerExportItem
field
Type: SystemString
value
Type: SystemString

Return Value

Type: ListWriteBack
See Also