Click or drag to resize

WriteBackHandlerCreateWriteBacks Method


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

Parameters

ExportProfile  ICTExportProfile
item  ExportItem
field  String
value  String

Return Value

ListWriteBack
See Also